]> git.cworth.org Git - apitrace/blobdiff - cli/cli.hpp
Add a new "apitrace trace" command to the command-line interface.
[apitrace] / cli / cli.hpp
index 0792aff382d148eecd8ea2ee1dd8117c9e9f8aa9..9ab160026e04d99b6f6d3df5807b7200d36dc942 100644 (file)
@@ -40,8 +40,7 @@ struct Command {
     Function function;
 };
 
-
-extern const Command dump;
-
+extern const Command dump_command;
+extern const Command trace_command;
 
 #endif /* _APITRACE_CLI_HPP_ */