From 42ed891f30a2125afe81825766ad008d76495205 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 5 Jan 2020 22:55:10 +0100 Subject: [PATCH] shadowing --- client/mifare/mifare4.h | 6 ++++++ 1 file changed, 6 insertions(+) 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);