add term_* proto

This commit is contained in:
Todd C. Miller
2009-02-10 12:58:08 +00:00
parent eec86958b8
commit 5df16f86b7

View File

@@ -66,6 +66,10 @@ static void handler __P((int));
static char *getln __P((int, char *, size_t, int));
static char *sudo_askpass __P((const char *));
extern int term_restore __P((int));
extern int term_noecho __P((int));
extern int term_raw __P((int));
/*
* Like getpass(3) but with timeout and echo flags.
*/