Merge branch 'dk/blame-janitorial'
[gitweb.git] / Documentation / technical / api-hashmap.txt
index b2280f1b0d4823b833f4e32b21985235fa252b6d..42ca2347edd2e13c5e3132a077ac96777bbefa11 100644 (file)
@@ -80,7 +80,7 @@ prevent expensive resizing. If 0, the table is dynamically resized.
 If `free_entries` is true, each hashmap_entry in the map is freed as well
 (using stdlib's free()).
 
-`void hashmap_entry_init(void *entry, int hash)`::
+`void hashmap_entry_init(void *entry, unsigned int hash)`::
 
        Initializes a hashmap_entry structure.
 +