]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/data.h
CHG: Added calling clear bigbuff to zero out it also, instead of just "free" it.
[proxmark3-svn] / client / data.h
index 7d85e1f158083ec89087c61a7a8d33a9962b4700..201aba04697362b3a6446be78d19b642323e5fc8 100644 (file)
@@ -19,5 +19,5 @@ extern uint8_t* sample_buf;
 #define arraylen(x) (sizeof(x)/sizeof((x)[0]))
 
 void GetFromBigBuf(uint8_t *dest, int bytes, int start_index);
-
+void GetEMLFromBigBuf(uint8_t *dest, int bytes, int start_index);
 #endif
Impressum, Datenschutz