mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
shadowing
This commit is contained in:
parent
b3b1e10330
commit
42ed891f30
1 changed files with 6 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue