summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/coucal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coucal.c b/src/coucal.c
index 82dfeff..93bad6e 100644
--- a/src/coucal.c
+++ b/src/coucal.c
@@ -1453,7 +1453,7 @@ size_t coucal_memory_size(coucal hashtable) {
return size_struct + hash_size + pool_size;
}
-size_t coucal_hash_size() {
+size_t coucal_hash_size(void) {
return COUCAL_HASH_SIZE;
}