mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Rework Cmd exposed API, use more static and fix [-Wmissing-prototypes]
This commit is contained in:
parent
65305f361f
commit
05374fce07
30 changed files with 1230 additions and 1367 deletions
|
@ -29,12 +29,4 @@
|
|||
|
||||
int CmdEMV(const char *Cmd);
|
||||
|
||||
int CmdEMVSelect(const char *Cmd);
|
||||
int CmdEMVSearch(const char *Cmd);
|
||||
int CmdEMVPPSE(const char *Cmd);
|
||||
int CmdEMVExec(const char *Cmd);
|
||||
int CmdEMVGetrng(const char *Cmd);
|
||||
int CmdEMVList(const char *Cmd);
|
||||
int CmdEMVRoca(const char *Cmd);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue