X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=cli%2Fcli.hpp;h=0f3746bc6c8e843404ec1c7146a02c23ed1c8bf6;hb=32420d2167c14c4c00d351e8807031b64bce06ef;hp=0792aff382d148eecd8ea2ee1dd8117c9e9f8aa9;hpb=0a41c9bdd4b2eb1dfc94832d02417f86dbb78d00;p=apitrace diff --git a/cli/cli.hpp b/cli/cli.hpp index 0792aff..0f3746b 100644 --- a/cli/cli.hpp +++ b/cli/cli.hpp @@ -40,8 +40,8 @@ struct Command { Function function; }; - -extern const Command dump; - +extern const Command diff_command; +extern const Command dump_command; +extern const Command trace_command; #endif /* _APITRACE_CLI_HPP_ */