mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
update the header file
This commit is contained in:
parent
e7e43d11d0
commit
967cab7b58
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@
|
||||||
int CmdHFFelica(const char *Cmd);
|
int CmdHFFelica(const char *Cmd);
|
||||||
int read_felica_uid(bool loop, bool verbose);
|
int read_felica_uid(bool loop, bool verbose);
|
||||||
int send_request_service(uint8_t flags, uint16_t datalen, uint8_t *data, bool verbose);
|
int send_request_service(uint8_t flags, uint16_t datalen, uint8_t *data, bool verbose);
|
||||||
int send_rd_unencrypted(uint8_t flags, uint16_t datalen, uint8_t *data, bool verbose, felica_read_without_encryption_response_t *rd_noCry_resp);
|
int send_rd_plain(uint8_t flags, uint16_t datalen, uint8_t *data, bool verbose, felica_read_without_encryption_response_t *rd_noCry_resp);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue