]> granicus.if.org Git - sudo/commitdiff
added cmnd_args
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 22 Jul 1996 19:31:16 +0000 (19:31 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 22 Jul 1996 19:31:16 +0000 (19:31 +0000)
sudo.h

diff --git a/sudo.h b/sudo.h
index ab98b23713a554381ae683b6a468936cdaf8d0e0..19e7d71024d826bed55295c06fa8627e57abfdb4 100644 (file)
--- a/sudo.h
+++ b/sudo.h
@@ -62,7 +62,7 @@ struct matchstack {
  */
 struct sudo_command {
     char *cmnd;
-    char **args;
+    char *args;
 };
 
 
@@ -198,6 +198,7 @@ extern struct passwd *user_pw_ent;
 extern char *runas_user;
 extern char *tty;
 extern char *cmnd;
+extern char *cmnd_args;
 extern char *prompt;
 extern struct stat cmnd_st;
 extern int Argc;