lighttpd1.4/src/crc32.h

7 lines
140 B
C

#ifndef __crc32cr_table_h__
#define __crc32cr_table_h__
unsigned long generate_crc32c(unsigned char *string, unsigned int length);
#endif