diff options
| author | Todd C. Miller <Todd.Miller@courtesan.com> | 2014-09-08 16:34:47 -0600 |
|---|---|---|
| committer | Todd C. Miller <Todd.Miller@courtesan.com> | 2014-09-08 16:34:47 -0600 |
| commit | 142915ac04e8ca2633eb3f44ffaf2aa48b3176b2 (patch) | |
| tree | 014c57d727c0a3647782eb849fc5d20d6181147c /include/sudo_plugin.h | |
| parent | 2649cffb443ff0e1ef4393454511dd990f13519d (diff) | |
| download | sudo-142915ac04e8ca2633eb3f44ffaf2aa48b3176b2.tar.gz | |
SUDO_CONV_DEBUG_MSG is no longer supported.
Diffstat (limited to 'include/sudo_plugin.h')
| -rw-r--r-- | include/sudo_plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sudo_plugin.h b/include/sudo_plugin.h index 5e95df66f..b4300222b 100644 --- a/include/sudo_plugin.h +++ b/include/sudo_plugin.h @@ -40,7 +40,6 @@ struct sudo_conv_message { #define SUDO_CONV_ERROR_MSG 0x0003 /* error message */ #define SUDO_CONV_INFO_MSG 0x0004 /* informational message */ #define SUDO_CONV_PROMPT_MASK 0x0005 /* mask user input */ -#define SUDO_CONV_DEBUG_MSG 0x0006 /* debugging message */ #define SUDO_CONV_PROMPT_ECHO_OK 0x1000 /* flag: allow echo if no tty */ int msg_type; int timeout; |
