2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 22:35:10 +00:00

Add protos for term_* to sudo.h

This commit is contained in:
Todd C. Miller
2009-08-08 12:56:02 +00:00
parent 40a21a6c75
commit 0ab5c31ee0
3 changed files with 6 additions and 8 deletions

5
sudo.h
View File

@@ -326,6 +326,11 @@ void aix_setlimits __P((char *));
#endif
int script_execv __P((const char *, char * const *));
void script_setup __P((void));
int term_cbreak __P((int));
int term_copy __P((int, int));
int term_noecho __P((int));
int term_raw __P((int));
int term_restore __P((int));
YY_DECL;
/* Only provide extern declarations outside of sudo.c. */