summaryrefslogtreecommitdiff
path: root/crc32.h
diff options
context:
space:
mode:
Diffstat (limited to 'crc32.h')
-rw-r--r--crc32.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crc32.h b/crc32.h
new file mode 100644
index 0000000..72da4e0
--- /dev/null
+++ b/crc32.h
@@ -0,0 +1,6 @@
+#ifndef _CRC32_H_
+#define _CRC32_H_
+
+extern uint32_t crc32(uint32_t crc, unsigned char *buf, size_t len);
+
+#endif /* _CRC32_H_ */