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
7259a27f05
commit
24acbf86eb
3 changed files with 8 additions and 8 deletions
|
@ -29,9 +29,9 @@
|
|||
|
||||
int CmdSmartcard(const char *Cmd);
|
||||
|
||||
int CmdSmartRaw(const char *cmd);
|
||||
int CmdSmartUpgrade(const char *cmd);
|
||||
int CmdSmartInfo(const char *cmd);
|
||||
int CmdSmartRaw(const char *Cmd);
|
||||
int CmdSmartUpgrade(const char *Cmd);
|
||||
int CmdSmartInfo(const char *Cmd);
|
||||
int CmdSmartReader(const char *Cmd);
|
||||
|
||||
bool smart_select(bool silent, smart_card_atr_t *atr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue