X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/5a6e19e6148b8be8de43b37129a49fe6684796bc..905c55de2bbe642412b47ed4e92344096c817fac:/client/cmdlfpresco.h diff --git a/client/cmdlfpresco.h b/client/cmdlfpresco.h index f9cfbd95..1157dbbb 100644 --- a/client/cmdlfpresco.h +++ b/client/cmdlfpresco.h @@ -20,11 +20,13 @@ #include "lfdemod.h" // parityTest int CmdLFPresco(const char *Cmd); int CmdPrescoClone(const char *Cmd); -//int CmdPrescoSim(const char *Cmd); +int CmdPrescoSim(const char *Cmd); +int CmdPrescoRead(const char *Cmd); +int CmdPrescoDemod(const char *Cmd); + +int GetWiegandFromPresco(const char *id, uint32_t *sitecode, uint32_t *usercode, uint32_t *fullcode, bool *Q5); int usage_lf_presco_clone(void); int usage_lf_presco_sim(void); - -int GetWiegandFromPresco(const char *id, uint32_t *sitecode, uint32_t *usercode); #endif