]> sjero.net Git - wget/blobdiff - src/hash.h
NEWS: cite --start-pos
[wget] / src / hash.h
index 1dadf0930cbab9c60d3071d986f92c8963543008..85767609294928d72e90d3021a7aaeae2b7fb414 100644 (file)
@@ -42,7 +42,7 @@ int hash_table_get_pair (const struct hash_table *, const void *,
                          void *, void *);
 int hash_table_contains (const struct hash_table *, const void *);
 
-void hash_table_put (struct hash_table *, const void *, void *);
+void hash_table_put (struct hash_table *, const void *, const void *);
 int hash_table_remove (struct hash_table *, const void *);
 void hash_table_clear (struct hash_table *);