]> cvs.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdparser.h
Reworked how to call 'standard' stuff from within lua scripts, so now it's much simpl...
[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