2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-01 06:45:10 +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 *user;
extern char *epasswd; extern char *epasswd;
extern char *cmnd; extern char *cmnd;
extern char *prompt;
extern int Argc; extern int Argc;
extern char **Argv; extern char **Argv;
#endif #endif