mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Rework Cmd exposed API, use more static and fix [-Wmissing-prototypes], ongoing...
This commit is contained in:
parent
7d48ad19f9
commit
f6a6ec8447
21 changed files with 760 additions and 746 deletions
|
@ -17,11 +17,8 @@
|
|||
#include "cmddata.h"
|
||||
|
||||
int CmdLFIO(const char *Cmd);
|
||||
int CmdIOProxDemod(const char *Cmd);
|
||||
int CmdIOProxRead(const char *Cmd);
|
||||
int CmdIOProxSim(const char *Cmd);
|
||||
int CmdIOProxClone(const char *Cmd);
|
||||
|
||||
int demodIOProx(void);
|
||||
int getIOProxBits(uint8_t version, uint8_t fc, uint16_t cn, uint8_t *bits);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue