2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

added prompt

This commit is contained in:
Todd C. Miller
1995-06-08 00:49:56 +00:00
parent bbd0744ef7
commit d66c79ce23

1
sudo.h
View File

@@ -195,6 +195,7 @@ extern int num_interfaces;
extern char *user;
extern char *epasswd;
extern char *cmnd;
extern char *prompt;
extern int Argc;
extern char **Argv;
#endif