mirror of
https://github.com/xroche/httrack.git
synced 2026-05-17 08:26:14 +03:00
Fixed "old-style function definition" warning.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user