aboutsummaryrefslogtreecommitdiff
path: root/inc/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/hash.h')
-rw-r--r--inc/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/hash.h b/inc/hash.h
index 35da312..7898180 100644
--- a/inc/hash.h
+++ b/inc/hash.h
@@ -9,6 +9,6 @@
typedef uint64_t hash_t;
-hash_t hash(const void *key, int len, uint64_t seed);
+hash_t hash(const void *data, size_t len, uint64_t seed);
#endif