summaryrefslogtreecommitdiffstats
path: root/src/lib/crc32.h
blob: 878b0150ffe4ba3d430d0d2e39a7a7e5673d8122 (plain)
1
2
3
4
5
6
7
#ifndef ___crc32_h__
#define ___crc32_h__

#include "mytypes.h"
uint32_t crc32(uint32_t, const void *, size_t);

#endif