mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 10:11:58 +08:00
cppcheck
This commit is contained in:
parent
5de1178466
commit
155444440e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ struct emv_pk {
|
||||||
|
|
||||||
#define EXPIRE(yy, mm, dd) 0x ## yy ## mm ## dd
|
#define EXPIRE(yy, mm, dd) 0x ## yy ## mm ## dd
|
||||||
|
|
||||||
struct emv_pk *emv_pk_parse_pk(char *bufm, size_t buflen);
|
struct emv_pk *emv_pk_parse_pk(char *buf, size_t buflen);
|
||||||
struct emv_pk *emv_pk_new(size_t modlen, size_t explen);
|
struct emv_pk *emv_pk_new(size_t modlen, size_t explen);
|
||||||
void emv_pk_free(struct emv_pk *pk);
|
void emv_pk_free(struct emv_pk *pk);
|
||||||
char *emv_pk_dump_pk(const struct emv_pk *pk);
|
char *emv_pk_dump_pk(const struct emv_pk *pk);
|
||||||
|
|
Loading…
Reference in a new issue