mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
arg names
This commit is contained in:
parent
51d6fa13eb
commit
50e131f99b
6 changed files with 8 additions and 8 deletions
|
@ -43,7 +43,7 @@ int CmdHF14AMfUeLoad(const char *Cmd);
|
|||
int CmdHF14AMfUSim(const char *Cmd);
|
||||
|
||||
uint32_t GetHF14AMfU_Type(void);
|
||||
int ul_print_type(uint32_t tagtype, uint8_t spacer);
|
||||
int ul_print_type(uint32_t tagtype, uint8_t spaces);
|
||||
|
||||
void printMFUdump(mfu_dump_t *card);
|
||||
void printMFUdumpEx(mfu_dump_t *card, uint16_t pages, uint8_t startpage);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue