X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/d433698311f055d0f804c4009936e7d325ae5815..d209443322a410eadd9746ac74c6a8b4899788a9:/client/cmdhfmf.h diff --git a/client/cmdhfmf.h b/client/cmdhfmf.h index d381a852..d9964261 100644 --- a/client/cmdhfmf.h +++ b/client/cmdhfmf.h @@ -60,6 +60,6 @@ int CmdHF14AMfCLoad(const char* cmd); int CmdHF14AMfCSave(const char* cmd); int CmdHf14MfDecryptBytes(const char *Cmd); -void readerAttack(nonces_t data[], bool setEmulatorMem, bool showMaths); +void readerAttack(nonces_t data[], bool setEmulatorMem, bool verbose); void printKeyTable( uint8_t sectorscnt, sector *e_sector ); #endif