]> sjero.net Git - wget/blobdiff - src/hash.h
NEWS: cite --start-pos
[wget] / src / hash.h
index c36c3b13fe67398a6cad2aec6fb9dbcdf1039f53..85767609294928d72e90d3021a7aaeae2b7fb414 100644 (file)
@@ -1,5 +1,6 @@
 /* Hash table declarations.
-   Copyright (C) 2000, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2007, 2008, 2009, 2010, 2011 Free Software
+   Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -41,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 *);