summaryrefslogtreecommitdiffstats
path: root/common/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands.h')
-rw-r--r--common/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commands.h b/common/commands.h
index 1548eac..8ced268 100644
--- a/common/commands.h
+++ b/common/commands.h
@@ -48,6 +48,7 @@ enum CommandIds
48 InspectionCommand, 48 InspectionCommand,
49 RemoveFromDiskCommand, 49 RemoveFromDiskCommand,
50 FlushCommand, 50 FlushCommand,
51 SecretCommand,
51 CustomCommand = 0xffff 52 CustomCommand = 0xffff
52}; 53};
53 54