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:
5
sudo.h
5
sudo.h
@@ -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. */
|
||||
|
Reference in New Issue
Block a user