remove fprintf, fwrite , in prep for libpm3

This commit is contained in:
iceman1001
2020-11-12 22:37:47 +01:00
parent 0dd4786361
commit e09c7a9a3a
3 changed files with 57 additions and 65 deletions

View File

@@ -13,9 +13,8 @@
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>
#include "emv/tlv.h"
bool asn1_tag_dump(const struct tlv *tlv, FILE *f, int level, bool *candump);
bool asn1_tag_dump(const struct tlv *tlv, int level, bool *candump);
#endif /* asn1utils.h */