projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Flush stdout when waiting for /dev/ttyACM0
[proxmark3-svn]
/
client
/
cmdparser.h
diff --git
a/client/cmdparser.h
b/client/cmdparser.h
index 94aad884ca58a8cb507b45752b3cd1e34548616c..5217d04b692282e87e810bfbf82b218eb06d3042 100644
(file)
--- a/
client/cmdparser.h
+++ b/
client/cmdparser.h
@@
-24,7
+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
// 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);
-void dumpCommandsRecursive(const command_t cmds[]);
+
int
CmdsParse(const command_t Commands[], const char *Cmd);
+void dumpCommandsRecursive(const command_t cmds[]
, int markdown
);
#endif
#endif
Impressum
,
Datenschutz