From 5df16f86b7b9363bbeeb0057bbd529262dc38e45 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 10 Feb 2009 12:58:08 +0000 Subject: [PATCH] add term_* proto --- tgetpass.c | 4 ++++ 1 file changed, 4 insertions(+) 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. */ -- 2.40.0