]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdparser.h
ADD: some more keys
[proxmark3-svn] / client / cmdparser.h
index 34db902cc9676dbc236c49fa176618100476ade1..97b8f281393b5c4538feed645a06738ff8441a27 100644 (file)
@@ -26,7 +26,7 @@ void CmdsHelp(const command_t Commands[]);
 // Print each command in the command array without help
 void CmdsLS(const command_t Commands[]);
 // Parse a command line
-void CmdsParse(const command_t Commands[], const char *Cmd);
+int CmdsParse(const command_t Commands[], const char *Cmd);
 void dumpCommandsRecursive(const command_t cmds[], int markdown);
 
 #endif
Impressum, Datenschutz