projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge pull request #969 from pwpiwi/gcc10_fixes
[proxmark3-svn]
/
client
/
emv
/
tlv.h
diff --git
a/client/emv/tlv.h
b/client/emv/tlv.h
index 80f6b74faee6134520a51fac5fd788ecb96a89f2..54900f41e42375a1eb6c0cfd7fa8c0f83ffb28b5 100644
(file)
--- a/
client/emv/tlv.h
+++ b/
client/emv/tlv.h
@@
-65,7
+65,6
@@
bool tlv_equal(const struct tlv *a, const struct tlv *b);
bool tlv_get_uint8(const struct tlv *etlv, uint8_t *value);
bool tlv_get_int(const struct tlv *etlv, int *value);
bool tlv_get_uint8(const struct tlv *etlv, uint8_t *value);
bool tlv_get_int(const struct tlv *etlv, int *value);
-bool tlv_get_uint8(const struct tlv *etlv, uint8_t *value);
-bool tlv_get_int(const struct tlv *etlv, int *value);
+bool tlvdb_get_uint8(struct tlvdb *tlvRoot, tlv_tag_t tag, uint8_t *value);
#endif
#endif
Impressum
,
Datenschutz