diff options
Diffstat (limited to 'lib/command.h')
-rw-r--r-- | lib/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 4aa4bdf46..263e0d19d 100644 --- a/lib/command.h +++ b/lib/command.h @@ -179,6 +179,7 @@ struct cmd_token #define CMD_COMPLETE_MATCH 8 #define CMD_COMPLETE_LIST_MATCH 9 #define CMD_SUCCESS_DAEMON 10 +#define CMD_ERR_NO_FILE 11 /* Argc max counts. */ #define CMD_ARGC_MAX 25 |