2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Add prototype for cleanup()

This commit is contained in:
Todd C. Miller 2010-11-19 12:58:03 -05:00
parent c73306983c
commit 51f401fa34
2 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,7 @@ void print_userspecs(void);
void usage(void) __attribute__((__noreturn__));
void set_runasgr(char *);
void set_runaspw(char *);
void cleanup(int);
static int testsudoers_printf(int msg_type, const char *fmt, ...);
extern void setgrfile(const char *);

View File

@ -113,6 +113,8 @@ static void print_undefined(char *name, int, int, int);
static void setup_signals(void);
static void usage(void) __attribute__((__noreturn__));
void cleanup(int);
extern void yyerror(const char *);
extern void yyrestart(FILE *);