X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/35147d51e3961db75a852368fffa31006da90199..514ddaa2ff936ded76554a2ad97f6fe978c6f86e:/client/cmdhfmf.h?ds=sidebyside

diff --git a/client/cmdhfmf.h b/client/cmdhfmf.h
index 45ba7cb1..029e12d5 100644
--- a/client/cmdhfmf.h
+++ b/client/cmdhfmf.h
@@ -16,11 +16,11 @@
 #include <string.h>
 #include <ctype.h>
 #include "proxmark3.h"
-#include "../common/iso14443crc.h"
+#include "iso14443crc.h"
 #include "data.h"
 #include "ui.h"
 #include "cmdparser.h"
-#include "../include/common.h"
+#include "common.h"
 #include "util.h"
 #include "mifarehost.h"
 
@@ -38,6 +38,7 @@ int CmdHF14AMfUWrBl(const char* cmd);
 int CmdHF14AMfChk(const char* cmd);
 int CmdHF14AMifare(const char* cmd);
 int CmdHF14AMfNested(const char* cmd);
+int CmdHF14AMfNestedHard(const char *Cmd);
 int CmdHF14AMfSniff(const char* cmd);
 int CmdHF14AMf1kSim(const char* cmd);
 int CmdHF14AMfEClear(const char* cmd);
@@ -53,5 +54,7 @@ int CmdHF14AMfCGetBlk(const char* cmd);
 int CmdHF14AMfCGetSc(const char* cmd);
 int CmdHF14AMfCLoad(const char* cmd);
 int CmdHF14AMfCSave(const char* cmd);
-int GetCardSize();
+int CmdHf14MfDecryptBytes(const char *Cmd);
+
+void printKeyTable( uint8_t sectorscnt, sector *e_sector );
 #endif