mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Remove unused oldarg in SniffHitag
This commit is contained in:
parent
20f7b2f3ec
commit
f85420d6f3
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
#include <stdbool.h>
|
||||
#include "hitag.h"
|
||||
|
||||
void SniffHitag(uint32_t type);
|
||||
void SniffHitag(void);
|
||||
void SimulateHitagTag(bool tag_mem_supplied, uint8_t *data);
|
||||
void ReaderHitag(hitag_function htf, hitag_data *htd);
|
||||
void WriterHitag(hitag_function htf, hitag_data *htd, int page);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue