]> git.cworth.org Git - apitrace/blobdiff - cli/cli.hpp
cli: Add a new "apitrace diff" command.
[apitrace] / cli / cli.hpp
index 5236d8bbd8bd58bce0cfca7895f51318ac3f072d..0f3746bc6c8e843404ec1c7146a02c23ed1c8bf6 100644 (file)
@@ -40,6 +40,8 @@ struct Command {
     Function function;
 };
 
+extern const Command diff_command;
 extern const Command dump_command;
+extern const Command trace_command;
 
 #endif /* _APITRACE_CLI_HPP_ */