X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b403c300910c62cbacf95be213efdc6ed8ed85d1..966c111e8c8e45e624465502d0ee405ebda9a39c:/client/mifarehost.h diff --git a/client/mifarehost.h b/client/mifarehost.h index 754cc483..e172bd39 100644 --- a/client/mifarehost.h +++ b/client/mifarehost.h @@ -7,6 +7,8 @@ //----------------------------------------------------------------------------- // High frequency ISO14443A commands //----------------------------------------------------------------------------- +#ifndef __MIFARE_HOST_H +#define __MIFARE_HOST_H #include #include @@ -15,13 +17,11 @@ #include #include "proxmark3.h" // time_t -//#include "radixsort.h" #include "common.h" #include "cmdmain.h" #include "ui.h" #include "data.h" #include "util.h" -//#include "nonce2key/nonce2key.h" #include "nonce2key/crapto1.h" #include "iso14443crc.h" #include "protocols.h" @@ -58,7 +58,7 @@ typedef struct { typedef struct { uint64_t Key[2]; int foundKey[2]; -} sector; +} sector_t; extern int compar_int(const void * a, const void * b); extern char logHexFileName[FILE_PATH_SIZE]; @@ -84,3 +84,4 @@ int isBlockTrailer(int blockN); int loadTraceCard(uint8_t *tuid, uint8_t uidlen); int saveTraceCard(void); int tryDecryptWord(uint32_t nt, uint32_t ar_enc, uint32_t at_enc, uint8_t *data, int len); +#endif \ No newline at end of file