summaryrefslogtreecommitdiff
path: root/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'map.h')
-rw-r--r--map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/map.h b/map.h
index 19c8df5..bca8c1e 100644
--- a/map.h
+++ b/map.h
@@ -1,6 +1,8 @@
#ifndef __SAFEC_MAP_H
#include "types.h"
+size_t hash_bytes(const void* start, size_t size);
+
typedef size_t (*hash_func_t)(const void*);
typedef bool (*eq_func_t)(const void*, const void*);