diff --git a/client/mifare/mifare4.h b/client/mifare/mifare4.h index 3efb9e43a..cb2c8d652 100644 --- a/client/mifare/mifare4.h +++ b/client/mifare/mifare4.h @@ -41,6 +41,12 @@ typedef struct { const char *description; } AccessConditions_t; + +typedef struct { + uint8_t Code; + const char *Description; +} PlusErrorsElm_t; + void mfpSetVerboseMode(bool verbose); const char *mfpGetErrorDescription(uint8_t errorCode);