X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/64d1b4efc932898dc250dbc5d8f7418e3643b27b..d0724780ab600fd4c8e4b3a7dc43a9a01a3e8fb8:/client/data.h diff --git a/client/data.h b/client/data.h index 7d85e1f1..201aba04 100644 --- a/client/data.h +++ b/client/data.h @@ -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