]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdparser.h
Fix description in help dump
[proxmark3-svn] / client / cmdparser.h
index 1002df8b57519e4b1578ed919570bd882bf9decf..94aad884ca58a8cb507b45752b3cd1e34548616c 100644 (file)
@@ -24,6 +24,7 @@ typedef struct command_s
 // Print help for each command in the command array
 void CmdsHelp(const command_t Commands[]);
 // Parse a command line
-void CmdsParse(const command_t Commands[], char *Cmd);
+void CmdsParse(const command_t Commands[], const char *Cmd);
+void dumpCommandsRecursive(const command_t cmds[]);
 
 #endif
Impressum, Datenschutz