]> granicus.if.org Git - sudo/commitdiff
user is now a char *
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 14 Jul 1994 21:45:01 +0000 (21:45 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 14 Jul 1994 21:45:01 +0000 (21:45 +0000)
added epasswd

sudo.h

diff --git a/sudo.h b/sudo.h
index 165aefe94405353f436712e0c8b7e288f1ab5393..0227b341deeaa3c23282f47d4c4a2476726db4d1 100644 (file)
--- a/sudo.h
+++ b/sudo.h
@@ -356,8 +356,9 @@ void be_full_user   __P((void));
 #ifndef MAIN
 extern uid_t uid;
 extern char host[];
-extern char user[];
 extern char cwd[];
+extern char *user;
+extern char *epasswd;
 extern char *cmnd;
 extern int Argc;
 extern char **Argv;