From 29cd838eab01ed7110f3ccb2e8c6a35c8a31dbcc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:21:29 +0200 Subject: Adding upstream version 1:0.1.9998svn3589+dfsg. Signed-off-by: Daniel Baumann --- src/lib/crc32.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/lib/crc32.h (limited to 'src/lib/crc32.h') diff --git a/src/lib/crc32.h b/src/lib/crc32.h new file mode 100644 index 0000000..878b015 --- /dev/null +++ b/src/lib/crc32.h @@ -0,0 +1,7 @@ +#ifndef ___crc32_h__ +#define ___crc32_h__ + +#include "mytypes.h" +uint32_t crc32(uint32_t, const void *, size_t); + +#endif -- cgit v1.2.3