add term_* proto
This commit is contained in:
@@ -66,6 +66,10 @@ static void handler __P((int));
|
|||||||
static char *getln __P((int, char *, size_t, int));
|
static char *getln __P((int, char *, size_t, int));
|
||||||
static char *sudo_askpass __P((const char *));
|
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.
|
* Like getpass(3) but with timeout and echo flags.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user