summaryrefslogtreecommitdiff
path: root/src/crc64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crc64.h')
-rw-r--r--src/crc64.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/crc64.h b/src/crc64.h
index ab375d3f4..c9fca519d 100644
--- a/src/crc64.h
+++ b/src/crc64.h
@@ -5,4 +5,8 @@
uint64_t crc64(uint64_t crc, const unsigned char *s, uint64_t l);
+#ifdef REDIS_TEST
+int crc64Test(int argc, char *argv[]);
+#endif
+
#endif