chg, emv print, styles,

This commit is contained in:
iceman1001
2020-05-29 09:46:06 +02:00
parent 7e70b53dd4
commit fd6ac2f024
4 changed files with 31 additions and 41 deletions

View File

@@ -29,7 +29,7 @@ struct tlv {
};
struct tlvdb;
typedef bool (*tlv_cb)(void *data, const struct tlv *tlv, int level, bool is_leaf);
typedef void (*tlv_cb)(void *data, const struct tlv *tlv, int level, bool is_leaf);
struct tlvdb *tlvdb_fixed(tlv_tag_t tag, size_t len, const unsigned char *value);
struct tlvdb *tlvdb_external(tlv_tag_t tag, size_t len, const unsigned char *value);