]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/emv/tlv.h
Emv scan via contact interface (#789)
[proxmark3-svn] / client / emv / tlv.h
index 80f6b74faee6134520a51fac5fd788ecb96a89f2..54900f41e42375a1eb6c0cfd7fa8c0f83ffb28b5 100644 (file)
@@ -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 tlvdb_get_uint8(struct tlvdb *tlvRoot, tlv_tag_t tag, uint8_t *value);
 
 #endif
Impressum, Datenschutz