X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=cli%2Fcli.hpp;h=c35cb3ac9eb6144cea3eb898dc4db092eae97007;hb=c8695f74ce1ee6a93dee4b3f7da5a70a64706c82;hp=edada5141b4e617c10a96bf65d54d4c5577097bd;hpb=ca0c40fa6d5764b3f2ba7cafc7ba1c291e466005;p=apitrace diff --git a/cli/cli.hpp b/cli/cli.hpp index edada51..c35cb3a 100644 --- a/cli/cli.hpp +++ b/cli/cli.hpp @@ -42,7 +42,13 @@ struct Command { 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 dump_images_command; +extern const Command pickle_command; +extern const Command repack_command; +extern const Command retrace_command; extern const Command trace_command; +extern const Command trim_command; #endif /* _APITRACE_CLI_HPP_ */