]> git.cworth.org Git - apitrace/blobdiff - cli/cli.hpp
Allow to use call sets instead of call numbers / frequencies.
[apitrace] / cli / cli.hpp
index 5236d8bbd8bd58bce0cfca7895f51318ac3f072d..ba2148bfa00d3adb4f5cdf73398dadceca013028 100644 (file)
@@ -40,6 +40,11 @@ struct Command {
     Function function;
 };
 
+extern const Command diff_command;
+extern const Command diff_state_command;
+extern const Command diff_images_command;
 extern const Command dump_command;
+extern const Command repack_command;
+extern const Command trace_command;
 
 #endif /* _APITRACE_CLI_HPP_ */