X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ae6ead3dc84acd074be24c0da5efd94ea7a0b225..67c0fcdb90c73c297d44d813688842dd0262dac7:/common/crc32.h diff --git a/common/crc32.h b/common/crc32.h index 0dd2a328..7df7c79d 100644 --- a/common/crc32.h +++ b/common/crc32.h @@ -9,7 +9,7 @@ #ifndef __CRC32_H #define __CRC32_H -void crc32 (const uint8_t *data, const size_t len, uint8_t *crc); -void crc32_append (uint8_t *data, const size_t len); +void crc32 (const uint8_t *data, const size_t len, uint8_t *crc); +void crc32_append (uint8_t *data, const size_t len); #endif