]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdparser.h
Emv scan via contact interface (#789)
[proxmark3-svn] / client / cmdparser.h
index 1002df8b57519e4b1578ed919570bd882bf9decf..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[], char *Cmd);
+int CmdsParse(const command_t Commands[], const char *Cmd);
+void dumpCommandsRecursive(const command_t cmds[], int markdown);
 
 #endif
Impressum, Datenschutz