mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
use more static and fix [-Wmissing-prototypes]
This commit is contained in:
parent
4572acc1eb
commit
5c55664fc5
23 changed files with 223 additions and 218 deletions
|
@ -13,15 +13,6 @@
|
|||
|
||||
int CmdHW(const char *Cmd);
|
||||
|
||||
int CmdDetectReader(const char *Cmd);
|
||||
int CmdFPGAOff(const char *Cmd);
|
||||
int CmdLCD(const char *Cmd);
|
||||
int CmdLCDReset(const char *Cmd);
|
||||
int CmdReadmem(const char *Cmd);
|
||||
int CmdReset(const char *Cmd);
|
||||
int CmdSetDivisor(const char *Cmd);
|
||||
int CmdSetMux(const char *Cmd);
|
||||
int CmdTune(const char *Cmd);
|
||||
int CmdVersion(const char *Cmd);
|
||||
int CmdPing(const char *Cmd);
|
||||
void pm3_version(bool verbose);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue