summaryrefslogtreecommitdiff
path: root/cli/cli.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'cli/cli.hpp')
-rw-r--r--cli/cli.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/cli.hpp b/cli/cli.hpp
index 088f0e8c..f777122c 100644
--- a/cli/cli.hpp
+++ b/cli/cli.hpp
@@ -25,8 +25,7 @@
*
*********************************************************************/
-#ifndef _APITRACE_CLI_HPP_
-#define _APITRACE_CLI_HPP_
+#pragma once
struct Command {
@@ -45,11 +44,12 @@ extern const Command diff_state_command;
extern const Command diff_images_command;
extern const Command dump_command;
extern const Command dump_images_command;
+extern const Command leaks_command;
extern const Command pickle_command;
extern const Command repack_command;
extern const Command retrace_command;
extern const Command sed_command;
extern const Command trace_command;
extern const Command trim_command;
+extern const Command trim_auto_command;
-#endif /* _APITRACE_CLI_HPP_ */