summaryrefslogtreecommitdiff
path: root/src/dict.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dict.h')
-rw-r--r--src/dict.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dict.h b/src/dict.h
index bd57f859e..7e2258960 100644
--- a/src/dict.h
+++ b/src/dict.h
@@ -201,4 +201,8 @@ extern dictType dictTypeHeapStringCopyKey;
extern dictType dictTypeHeapStrings;
extern dictType dictTypeHeapStringCopyKeyValue;
+#ifdef REDIS_TEST
+int dictTest(int argc, char *argv[], int accurate);
+#endif
+
#endif /* __DICT_H */