From: Todd C. Miller Date: Wed, 16 Feb 1994 04:52:57 +0000 (+0000) Subject: moved some func decls out of sudo.h and into sudo.c as statics X-Git-Tag: SUDO_1_3_1~328 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2f434a5bdeb91e9b20be2944a89be45bb13c0f4;p=sudo moved some func decls out of sudo.h and into sudo.c as statics /. --- diff --git a/sudo.h b/sudo.h index 8e434b39d..2153c2a2c 100644 --- a/sudo.h +++ b/sudo.h @@ -271,11 +271,9 @@ YYSTYPE yylval; char *strdup(); #endif char *find_path(); -void load_globals(); void log_error(); void inform_user(); void check_user(); -void clean_envp(); int validate(); void be_root(); void be_user();