]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - include/mifare.h
FIX: removing compiler warning about double const.
[proxmark3-svn] / include / mifare.h
index 11c977d579626a028500ccb1d668c56961519982..e6643f5f235f95b34d82631f56019539c393a8d6 100644 (file)
@@ -74,6 +74,11 @@ typedef struct {
   uint32_t nr2;
   uint8_t  sector;
   uint8_t  keytype;
+  enum {
+               EMPTY,
+               FIRST,
+               SECOND,
+       } state;
 } nonces_t;
 
 #endif // _MIFARE_H_
Impressum, Datenschutz