]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf14a.h
Merge branch 'master' into 14a_rework3
[proxmark3-svn] / client / cmdhf14a.h
index 407cf07dec907ce8ecfbe2acc4eebd314b97cc1e..16e03574a4bc5d9b5c5d50277d4516a87ff5d229 100644 (file)
@@ -30,6 +30,8 @@
 #include "mifare.h"
 #include "cmdhfmfu.h"
 #include "mifarehost.h"
+#include "emv/apduinfo.h"
+#include "emv/emvcore.h"
 
 // structure and database for uid -> tagtype lookups 
 typedef struct { 
@@ -41,6 +43,7 @@ int CmdHF14A(const char *Cmd);
 int CmdHF14AList(const char *Cmd);
 int CmdHF14AMifare(const char *Cmd);
 int CmdHF14AReader(const char *Cmd);
+extern int CmdHF14AInfo(const char *Cmd);
 int CmdHF14ASim(const char *Cmd);
 int CmdHF14ASnoop(const char *Cmd);
 char* getTagInfo(uint8_t uid);
Impressum, Datenschutz