2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Make sudo pass -Wmissing-prototypes

This commit is contained in:
Todd C. Miller
2022-06-27 12:48:03 -06:00
parent f432209304
commit f5ac1317c4
55 changed files with 202 additions and 173 deletions

View File

@@ -432,7 +432,7 @@ sudoers_audit_error(const char *plugin_name, unsigned int plugin_type,
debug_return_int(ret);
}
void
static void
sudoers_audit_close(int status_type, int status)
{
log_server_exit(status_type, status);