mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-02 09:31:34 +08:00
10 lines
170 B
C
10 lines
170 B
C
|
#ifndef CRC32_H_
|
||
|
#define CRC32_H_
|
||
|
|
||
|
unsigned int calc_crc32 (unsigned char *data, unsigned int datalen);
|
||
|
unsigned int Zwg_ntohl(unsigned int s);
|
||
|
|
||
|
|
||
|
|
||
|
#endif /* CRC32_H_ */
|