X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/2d3f8e5fa7e5a775cef24b526a85465cd7d125b5..57778a46308a250f4c9b1516aa8ca251d4e09cc5:/client/mifarehost.h diff --git a/client/mifarehost.h b/client/mifarehost.h index 4f6b984a..e172bd39 100644 --- a/client/mifarehost.h +++ b/client/mifarehost.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];