X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/5a6e19e6148b8be8de43b37129a49fe6684796bc..713f5d019c07c048e9f7b0afc1c91995dc616ea3:/client/cmdlfpresco.h?ds=sidebyside

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