X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/84bdbc19174eaf54db337ef0470e35cf45dc8e9d..be67483e63430608982f1c92e02b59d7b4dc65b3:/client/cmdhfmf.h diff --git a/client/cmdhfmf.h b/client/cmdhfmf.h index 26df2df4..e102dbd0 100644 --- a/client/cmdhfmf.h +++ b/client/cmdhfmf.h @@ -16,14 +16,12 @@ #include #include #include "proxmark3.h" - #include "iso14443crc.h" #include "data.h" #include "ui.h" #include "cmdparser.h" #include "common.h" #include "util.h" -//#include "mifarehost.h" #include "mifare.h" // nonces_t struct #include "cmdhfmfhard.h" #include "nonce2key/nonce2key.h" @@ -63,5 +61,5 @@ int CmdHf14MfDecryptBytes(const char *Cmd); void showSectorTable(void); void readerAttack(nonces_t data, bool setEmulatorMem, bool verbose); -void printKeyTable( uint8_t sectorscnt, sector *e_sector ); +void printKeyTable( uint8_t sectorscnt, sector_t *e_sector ); #endif