]> git.cworth.org Git - apitrace/blobdiff - cli/cli.hpp
Give CLI command names a _command prefix
[apitrace] / cli / cli.hpp
index 0792aff382d148eecd8ea2ee1dd8117c9e9f8aa9..5236d8bbd8bd58bce0cfca7895f51318ac3f072d 100644 (file)
@@ -40,8 +40,6 @@ struct Command {
     Function function;
 };
 
-
-extern const Command dump;
-
+extern const Command dump_command;
 
 #endif /* _APITRACE_CLI_HPP_ */