mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
rename function
This commit is contained in:
parent
f4b3488a09
commit
fc2e11a6cd
2 changed files with 23 additions and 13 deletions
|
@ -14,8 +14,8 @@
|
|||
#include "common.h"
|
||||
#include "hitag.h"
|
||||
|
||||
void SniffHitag(void);
|
||||
void SimulateHitagTag(bool tag_mem_supplied, uint8_t *data);
|
||||
void SniffHitag2(void);
|
||||
void SimulateHitag2(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