diff options
Diffstat (limited to 'accel-pptpd/cli/cli.h')
-rw-r--r-- | accel-pptpd/cli/cli.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pptpd/cli/cli.h b/accel-pptpd/cli/cli.h index af6fd98a..ae452bc7 100644 --- a/accel-pptpd/cli/cli.h +++ b/accel-pptpd/cli/cli.h @@ -8,6 +8,7 @@ #define CLI_CMD_FAILED -1 #define CLI_CMD_EXIT -2 #define CLI_CMD_SYNTAX 1 +#define CLI_CMD_INVAL 2 struct cli_simple_cmd_t { |