X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/902cb3c00b49535f0de9a3b6d5ba0c54260ccac1..e75bc417f123b7c3d060154de41b84e35e3e2a56:/client/data.h diff --git a/client/data.h b/client/data.h index 33ee9d04..201aba04 100644 --- a/client/data.h +++ b/client/data.h @@ -13,12 +13,11 @@ #include -#define SAMPLE_BUFFER_SIZE 64 +#define FILE_PATH_SIZE 1000 extern uint8_t* sample_buf; -extern size_t sample_buf_len; #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