]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhfmf.h
CHG: renamed struct sector -> sector_t
[proxmark3-svn] / client / cmdhfmf.h
index 26df2df46b935c63d66888664197c3b46dfc95e8..e102dbd0edb7655f3153883bca0aaa50025b3537 100644 (file)
 #include <string.h>\r
 #include <ctype.h>\r
 #include "proxmark3.h"\r
-\r
 #include "iso14443crc.h"\r
 #include "data.h"\r
 #include "ui.h"\r
 #include "cmdparser.h"\r
 #include "common.h"\r
 #include "util.h"\r
-//#include "mifarehost.h"\r
 #include "mifare.h" // nonces_t struct\r
 #include "cmdhfmfhard.h"\r
 #include "nonce2key/nonce2key.h"\r
@@ -63,5 +61,5 @@ int CmdHf14MfDecryptBytes(const char *Cmd);
 \r
 void showSectorTable(void);\r
 void readerAttack(nonces_t data, bool setEmulatorMem, bool verbose);\r
-void printKeyTable( uint8_t sectorscnt, sector *e_sector );\r
+void printKeyTable( uint8_t sectorscnt, sector_t *e_sector );\r
 #endif\r
Impressum, Datenschutz