2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-01 14:55:12 +00:00

added MODE_BACKGROUND

This commit is contained in:
Todd C. Miller
1995-06-03 23:36:22 +00:00
parent b3c96d7ea2
commit ad9a0eef3a

1
sudo.h
View File

@@ -138,6 +138,7 @@ extern int top;
#define MODE_VERSION 0x03 #define MODE_VERSION 0x03
#define MODE_HELP 0x04 #define MODE_HELP 0x04
#define MODE_LIST 0x05 #define MODE_LIST 0x05
#define MODE_BACKGROUND 0x06
/* /*
* Used with set_perms() * Used with set_perms()