From: Todd C. Miller Date: Tue, 10 Feb 2009 12:58:08 +0000 (+0000) Subject: add term_* proto X-Git-Tag: SUDO_1_7_1~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5df16f86b7b9363bbeeb0057bbd529262dc38e45;p=sudo add term_* proto --- diff --git a/tgetpass.c b/tgetpass.c index 31336439f..ab1b8adcc 100644 --- a/tgetpass.c +++ b/tgetpass.c @@ -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. */