2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-28 21:07:55 +00:00

added MODE_LIST

This commit is contained in:
Todd C. Miller 1994-09-20 18:44:41 +00:00
parent 50c517dd5c
commit 2ff6056d9c

1
sudo.h
View File

@ -335,6 +335,7 @@ struct interface {
#define MODE_KILL 0x02 #define MODE_KILL 0x02
#define MODE_VERSION 0x03 #define MODE_VERSION 0x03
#define MODE_HELP 0x04 #define MODE_HELP 0x04
#define MODE_LIST 0x05
/* /*
* Prototypes * Prototypes