]> git.cworth.org Git - apitrace/blobdiff - cli/cli.hpp
Drop first_arg_command.
[apitrace] / cli / cli.hpp
index bc2dcf9f4a019dccb212ee54368143be56f5b94f..0792aff382d148eecd8ea2ee1dd8117c9e9f8aa9 100644 (file)
@@ -36,7 +36,7 @@ struct Command {
     typedef void (*Usage) (void);
     Usage usage;
 
-    typedef int (*Function) (int argc, char *argv[], int first_command_arg);
+    typedef int (*Function) (int argc, char *argv[]);
     Function function;
 };