mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
arg names
This commit is contained in:
parent
51d6fa13eb
commit
50e131f99b
6 changed files with 8 additions and 8 deletions
|
@ -11,9 +11,9 @@
|
|||
#define __MFDESFIRE_H
|
||||
|
||||
int CmdHFMFDes(const char *Cmd);
|
||||
int CmdHF14ADesAuth(const char *cmd);
|
||||
int CmdHF14ADesRb(const char *cmd);
|
||||
int CmdHF14ADesWb(const char *cmd);
|
||||
int CmdHF14ADesAuth(const char *Cmd);
|
||||
int CmdHF14ADesRb(const char *Cmd);
|
||||
int CmdHF14ADesWb(const char *Cmd);
|
||||
int CmdHF14ADesInfo(const char *Cmd);
|
||||
int CmdHF14ADesEnumApplications(const char *Cmd);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue