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