mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Fix arg names mismatches between decl & def
This commit is contained in:
parent
732bc766f9
commit
f7dfd2a1f2
3 changed files with 8 additions and 8 deletions
|
@ -24,7 +24,7 @@
|
|||
int CmdLFViking(const char *Cmd);
|
||||
|
||||
int demodViking(void);
|
||||
int detectViking(uint8_t *dest, size_t *size);
|
||||
int detectViking(uint8_t *src, size_t *size);
|
||||
uint64_t getVikingBits(uint32_t id);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue