]> granicus.if.org Git - sudo/commitdiff
add term_* proto
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 10 Feb 2009 12:58:08 +0000 (12:58 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 10 Feb 2009 12:58:08 +0000 (12:58 +0000)
tgetpass.c

index 31336439f346f2c871d91081347fddee0475e5e6..ab1b8adcc0255492ff6dd745862d2f83fd299bc5 100644 (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.
  */