]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdparser.h
Merge pull request #909 from pwpiwi/fix_button_break
[proxmark3-svn] / client / cmdparser.h
index 28c2e66ef6390c840c342a6c45975dbde1b49fc5..cd4d1625736ff796932d9ae7ed2788fa6f4026ac 100644 (file)
@@ -9,7 +9,7 @@
 //-----------------------------------------------------------------------------
 
 #ifndef CMDPARSER_H__
-#define CMDPARSER_H__ 
+#define CMDPARSER_H__
 
 typedef struct command_s
 {
@@ -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[], const char *Cmd);
+int CmdsParse(const command_t Commands[], const char *Cmd);
+void dumpCommandsRecursive(const command_t cmds[], int markdown);
 
 #endif
Impressum, Datenschutz