Fixed "old-style function definition" warning.

This commit is contained in:
Xavier Roche
2014-06-17 19:09:31 +00:00
parent 522af8962f
commit 8b05179083

View File

@@ -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;
}