]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdparser.h
Add option -h to dump complete set of supported commands
[proxmark3-svn] / client / cmdparser.h
index 1002df8b57519e4b1578ed919570bd882bf9decf..28c2e66ef6390c840c342a6c45975dbde1b49fc5 100644 (file)
@@ -24,6 +24,6 @@ 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);
 
 #endif
Impressum, Datenschutz