]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/crc32.h
Add crc32.
[netwatch.git] / include / crc32.h
diff --git a/include/crc32.h b/include/crc32.h
new file mode 100644 (file)
index 0000000..f7d568a
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef _CRC32_H
+#define _CRC32_H
+
+#include <stdint.h>
+
+extern uint32_t crc32(unsigned char *buf, int len);
+extern void crc32_init();
+
+#endif
+
This page took 0.021783 seconds and 4 git commands to generate.