From 494c2724f57eb8ca5839b69548e447cbdf4c6184 Mon Sep 17 00:00:00 2001 From: jsteube Date: Sat, 9 Dec 2017 21:39:10 +0100 Subject: [PATCH] Add some types for later use --- include/types.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/types.h b/include/types.h index 876f336ae..5cc47137a 100644 --- a/include/types.h +++ b/include/types.h @@ -1248,6 +1248,14 @@ typedef struct dictstat } dictstat_t; +typedef struct hashdump +{ + int version; + + hashes_t hashes; + +} hashdump_t; + typedef struct dictstat_ctx { bool enabled;