X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6c68b84a6e2dfc8657660c2d939ad3fd8ad096a8..ff9c043da29150aa785723326537ba93ddac0614:/client/cmdlfpresco.h diff --git a/client/cmdlfpresco.h b/client/cmdlfpresco.h index 69f68fd6..1157dbbb 100644 --- a/client/cmdlfpresco.h +++ b/client/cmdlfpresco.h @@ -21,6 +21,8 @@ int CmdLFPresco(const char *Cmd); int CmdPrescoClone(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);