summaryrefslogtreecommitdiff
path: root/nfcommander.h
diff options
context:
space:
mode:
Diffstat (limited to 'nfcommander.h')
-rw-r--r--nfcommander.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nfcommander.h b/nfcommander.h
index 0c24236..d380f78 100644
--- a/nfcommander.h
+++ b/nfcommander.h
@@ -34,6 +34,7 @@ typedef struct {
uint8_t* static_data;
size_t dynamic_length;
uint8_t* dynamic_data;
+ size_t dynamic_max;
} nfc_tag_info_t;
typedef int (*reader_plugin_init)(void);