2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 05:17:54 +00:00

It is now plugin_cleanup(), not cleanup()

This commit is contained in:
Todd C. Miller 2010-11-12 13:03:28 -05:00
parent 5536ea49f6
commit 26d71ded7b

View File

@ -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 *);