X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/52eeaef568ac6855f701c51a48d71a393cee3df9..e1778858ddc53a6a82e8ee24f02e6b673687f69a:/client/data.h diff --git a/client/data.h b/client/data.h index d156a0c8..df1f31de 100644 --- a/client/data.h +++ b/client/data.h @@ -14,5 +14,5 @@ #include "util.h" extern uint8_t* sample_buf; void GetFromBigBuf(uint8_t *dest, int bytes, int start_index); -void GetEMLFromBigBuf(uint8_t *dest, int bytes, int start_index); +void GetEMLFromBigBuf(uint8_t *dest, uint32_t bytes, uint32_t start_index); #endif