mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +00:00
It is now plugin_cleanup(), not cleanup()
This commit is contained in:
parent
5536ea49f6
commit
26d71ded7b
@ -298,7 +298,7 @@ void validate_env_vars(char * const envp[]);
|
||||
char *fmt_string(const char *, const char *);
|
||||
|
||||
/* sudoers.c */
|
||||
void cleanup(int);
|
||||
void plugin_cleanup(int);
|
||||
void set_fqdn(void);
|
||||
FILE *open_sudoers(const char *, int, int *);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user