]> Joshua Wise's Git repositories - netwatch.git/blame - include/crc32.h
Modify crc32 users to behave better when crcing multiple things into one CRC.
[netwatch.git] / include / crc32.h
CommitLineData
74032dae
JW
1#ifndef _CRC32_H
2#define _CRC32_H
3
4#include <stdint.h>
5
f2da68c5 6extern uint32_t crc32(unsigned char *buf, int len, uint32_t crc0);
74032dae
JW
7extern void crc32_init();
8
9#endif
10
This page took 0.022736 seconds and 4 git commands to generate.