X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/463ca973e7cf1e866bb60d7cc33d38e473aa4d3d..493bf760ecebb02c6914122050e80634e9b24cb5:/client/data.h diff --git a/client/data.h b/client/data.h index eead3fa8..201aba04 100644 --- a/client/data.h +++ b/client/data.h @@ -14,12 +14,10 @@ #include #define FILE_PATH_SIZE 1000 -#define SAMPLE_BUFFER_SIZE 64 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