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:
parent
c73306983c
commit
51f401fa34
@ -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 *);
|
||||
|
@ -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 *);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user