X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/43912d6349ce08bb5d299b1602fba30e0354eaaa..a36b278fadd47997b4d8e69dfeb4a126aa1932ee:/client/emv/dump.h?ds=inline

diff --git a/client/emv/dump.h b/client/emv/dump.h
index ad69ea83..a981615a 100644
--- a/client/emv/dump.h
+++ b/client/emv/dump.h
@@ -17,8 +17,10 @@
 #define DUMP_H
 
 #include <stdio.h>
+#include <stdbool.h>
 
 void dump_buffer_simple(const unsigned char *ptr, size_t len, FILE *f);
 void dump_buffer(const unsigned char *ptr, size_t len, FILE *f, int level);
+void dump_buffer_tab(const unsigned char *ptr, size_t len, FILE *f, int tabs);
 
 #endif