X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/981bd4292e1f6d898453479c7bad86480d0c959f..d294f5825daa3eca345650c670593115e0277d3b:/client/cmdhfmf.h

diff --git a/client/cmdhfmf.h b/client/cmdhfmf.h
index 62e856ad..029e12d5 100644
--- a/client/cmdhfmf.h
+++ b/client/cmdhfmf.h
@@ -18,7 +18,6 @@
 #include "proxmark3.h"
 #include "iso14443crc.h"
 #include "data.h"
-//#include "proxusb.h"
 #include "ui.h"
 #include "cmdparser.h"
 #include "common.h"
@@ -39,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);
@@ -54,5 +54,7 @@ int CmdHF14AMfCGetBlk(const char* cmd);
 int CmdHF14AMfCGetSc(const char* cmd);
 int CmdHF14AMfCLoad(const char* cmd);
 int CmdHF14AMfCSave(const char* cmd);
+int CmdHf14MfDecryptBytes(const char *Cmd);
 
+void printKeyTable( uint8_t sectorscnt, sector *e_sector );
 #endif