Make sudoers_user_ctx_free() private to sudoers.c

This commit is contained in:
Todd C. Miller
2023-08-12 10:39:48 -06:00
parent bd8cccb5dd
commit 30c49288f7
2 changed files with 56 additions and 57 deletions

View File

@@ -421,7 +421,6 @@ int sudoers_list(int argc, char *const argv[], const char *list_user, bool verbo
int sudoers_validate_user(void);
void sudoers_cleanup(void);
bool sudoers_override_umask(void);
void sudoers_user_ctx_free(void);
extern struct sudoers_user_context user_ctx;
extern struct passwd *list_pw;
extern unsigned int sudo_mode;