]> granicus.if.org Git - sudo/commitdiff
moved some func decls out of sudo.h and into sudo.c as statics
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 16 Feb 1994 04:52:57 +0000 (04:52 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 16 Feb 1994 04:52:57 +0000 (04:52 +0000)
/.

sudo.h

diff --git a/sudo.h b/sudo.h
index 8e434b39dc41688805151c1552a625ff675f0a99..2153c2a2c3119fa9c7183dd49ea5cfe17717c07b 100644 (file)
--- 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();