X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a553f2674865fa544d04ca7b8194e30c008644ae..8de6b69d1ef8f20c9cd7baa79590ff7a61c7254f:/client/data.h diff --git a/client/data.h b/client/data.h index b60ec74d..e3a4cbda 100644 --- a/client/data.h +++ b/client/data.h @@ -18,6 +18,6 @@ extern uint8_t sample_buf[SAMPLE_BUFFER_SIZE]; #define arraylen(x) (sizeof(x)/sizeof((x)[0])) -void GetFromBigBuf(uint8_t *dest, int bytes); +void GetFromBigBuf(uint8_t *dest, int bytes, int start_index); #endif