diff options
Diffstat (limited to 'src/CRC32.h')
-rw-r--r-- | src/CRC32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CRC32.h b/src/CRC32.h index 2107533..5600a63 100644 --- a/src/CRC32.h +++ b/src/CRC32.h @@ -21,6 +21,6 @@ #include "types.h" -u32 CRC32(u8* data, int len); +u32 CRC32(u8* data, int len, u32 start=0); #endif // CRC32_H |