summaryrefslogtreecommitdiff
path: root/sudo.h
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1994-02-16 04:52:57 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1994-02-16 04:52:57 +0000
commitd601630830d748e11bc89f2487841e0bc6c814b2 (patch)
treef2a545f72ebeac28523aab7a8484d906e07b82ff /sudo.h
parent4e87629cfeb94da97e368271326f89524eed3cb0 (diff)
downloadsudo-d601630830d748e11bc89f2487841e0bc6c814b2.tar.gz
moved some func decls out of sudo.h and into sudo.c as statics
/.
Diffstat (limited to 'sudo.h')
-rw-r--r--sudo.h2
1 files changed, 0 insertions, 2 deletions
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();