mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
ADD: @piwi's fixes to .history
This commit is contained in:
parent
c2731f37be
commit
cc3c0a5148
5 changed files with 20 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue