summaryrefslogtreecommitdiffstats
path: root/tests/cksum.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cksum.h')
-rw-r--r--tests/cksum.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/cksum.h b/tests/cksum.h
new file mode 100644
index 0000000..23a1fe9
--- /dev/null
+++ b/tests/cksum.h
@@ -0,0 +1,8 @@
1#ifndef TESTS_CKSUM_H
2#define TESTS_CKSUM_H
3
4#include <stddef.h>
5
6unsigned long cksum(const void *, size_t);
7
8#endif /* tests/cksum.h */