X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/5a6e19e6148b8be8de43b37129a49fe6684796bc..6067df30c59dc58dd4bb0bb922fd28087d3f58f9:/client/cmdlfpresco.h diff --git a/client/cmdlfpresco.h b/client/cmdlfpresco.h index f9cfbd95..69f68fd6 100644 --- a/client/cmdlfpresco.h +++ b/client/cmdlfpresco.h @@ -20,11 +20,11 @@ #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 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