#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
int CmdHF14AMfCSave(const char* cmd);\r
int CmdHf14MfDecryptBytes(const char *Cmd);\r
\r
-void readerAttack(nonces_t data[], bool setEmulatorMem, bool showMaths);\r
+void showSectorTable(void);\r
+void readerAttack(nonces_t data, bool setEmulatorMem, bool verbose);\r
void printKeyTable( uint8_t sectorscnt, sector *e_sector );\r
#endif\r