OSDN Git Service

client 0.6.2 release
[unagi/old-svn-converted.git] / client / tag / 0.6.2 / crc32.h
diff --git a/client/tag/0.6.2/crc32.h b/client/tag/0.6.2/crc32.h
new file mode 100644 (file)
index 0000000..629857b
--- /dev/null
@@ -0,0 +1,4 @@
+#ifndef _CRC32_H_
+#define _CRC32_H_
+uint32_t crc32_get(const uint8_t *buf, int len);
+#endif