Change wrong function prototype

This commit is contained in:
twinaphex 2016-09-18 18:06:10 +02:00
parent 91f7efc62d
commit 78e0e817dd
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@
#include <stdint.h>
#include <stddef.h>
unsigned long crc32(unsigned long crc, const unsigned char *buf, unsigned int len);
unsigned long encoding_crc32(unsigned long crc, const unsigned char *buf, unsigned int len);
#endif