projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge pull request #46 from micolous/fix-nonce
[proxmark3-svn]
/
client
/
cmdparser.h
diff --git
a/client/cmdparser.h
b/client/cmdparser.h
index 1002df8b57519e4b1578ed919570bd882bf9decf..97b8f281393b5c4538feed645a06738ff8441a27 100644
(file)
--- a/
client/cmdparser.h
+++ b/
client/cmdparser.h
@@
-23,7
+23,10
@@
typedef struct command_s
// Print help for each command in the command array
void CmdsHelp(const command_t Commands[]);
// Print help for each command in the command array
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
// 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
#endif
Impressum
,
Datenschutz