summaryrefslogtreecommitdiff
path: root/data/lighttpd/lighttpd-1.4.53/src/crc32.h
blob: 7df1718a5560cb8b6c7e1a88f9bcfcc16255f05e (plain)
1
2
3
4
5
6
7
#ifndef __crc32cr_table_h__
#define __crc32cr_table_h__
#include "first.h"

uint32_t generate_crc32c(const char *string, size_t length);

#endif