diff options
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h index cf8874a17..edf42aa81 100644 --- a/src/command.h +++ b/src/command.h @@ -30,6 +30,7 @@ #define COMMAND_RETURN_KILL 10 #define COMMAND_RETURN_CLOSE 20 +#define COMMAND_MASTER_READY 30 extern char * current_command; extern int command_listNum; |