X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/4653da43318d7b0ac4de7d313ee7c017af4914cb..96b516e180fdbd40a79dae4b9d54d847027d1036:/client/cmdlfcotag.h diff --git a/client/cmdlfcotag.h b/client/cmdlfcotag.h index 9bf7407e..ab808b40 100644 --- a/client/cmdlfcotag.h +++ b/client/cmdlfcotag.h @@ -11,12 +11,17 @@ #ifndef CMDLFCOTAG_H__ #define CMDLFCOTAG_H__ +#include "util.h" // FALSE / TRUE #include "proxmark3.h" // Definitions, USB controls, etc #include "cmddata.h" // getSamples #include "cmdparser.h" // CmdsParse, CmdsHelp #include "cmdmain.h" +#include "ui.h" // PrintAndLog +#include "cmdlf.h" // Setconfig int CmdLFCOTAG(const char *Cmd); int CmdCOTAGRead(const char *Cmd); +int CmdCOTAGDemod(const char *Cmd); +int usage_lf_cotag_read(void); #endif