X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/bed24f53c265a793a0053580fe31dbcb2f6e7696..b9957414a5fc9a661fed27d95838726eeeedadd9:/client/cmdlf.h diff --git a/client/cmdlf.h b/client/cmdlf.h index 7dd1b044..9f446ee0 100644 --- a/client/cmdlf.h +++ b/client/cmdlf.h @@ -11,20 +11,24 @@ #ifndef CMDLF_H__ #define CMDLF_H__ -int CmdLF(const char *Cmd); +#include +#include -int CmdLFCommandRead(const char *Cmd); -int CmdFlexdemod(const char *Cmd); -int CmdIndalaDemod(const char *Cmd); -int CmdIndalaClone(const char *Cmd); -int CmdLFRead(const char *Cmd); -int CmdLFSim(const char *Cmd); -int CmdLFaskSim(const char *Cmd); -int CmdLFfskSim(const char *Cmd); -int CmdLFpskSim(const char *Cmd); -int CmdLFSimBidir(const char *Cmd); -int CmdLFSnoop(const char *Cmd); -int CmdVchDemod(const char *Cmd); -int CmdLFfind(const char *Cmd); +extern int CmdLF(const char *Cmd); + +extern int CmdLFCommandRead(const char *Cmd); +extern int CmdFlexdemod(const char *Cmd); +extern int CmdIndalaDemod(const char *Cmd); +extern int CmdIndalaClone(const char *Cmd); +extern int CmdLFRead(const char *Cmd); +extern int CmdLFSim(const char *Cmd); +extern int CmdLFaskSim(const char *Cmd); +extern int CmdLFfskSim(const char *Cmd); +extern int CmdLFpskSim(const char *Cmd); +extern int CmdLFSimBidir(const char *Cmd); +extern int CmdLFSnoop(const char *Cmd); +extern int CmdVchDemod(const char *Cmd); +extern int CmdLFfind(const char *Cmd); +extern bool lf_read(bool silent, uint32_t samples); #endif