added cmnd_args

This commit is contained in:
Todd C. Miller
1995-08-13 04:32:05 +00:00
parent f912e0d989
commit c4286fc592

1
sudo.h
View File

@@ -199,6 +199,7 @@ extern int num_interfaces;
extern char *user;
extern char *epasswd;
extern char *cmnd;
extern char *cmnd_args;
extern char *prompt;
extern char *shell;
extern struct stat cmnd_st;