summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h
index 17a5586..177d301 100644
--- a/src/command.h
+++ b/src/command.h
@@ -28,7 +28,8 @@ enum Command : int
DumpUnsupported,
MemoryUsage,
FindArgs,
- DetectNullPointers
+ DetectNullPointers,
+ DumpNullPointers
};
extern Command command;