X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhash.h;h=85767609294928d72e90d3021a7aaeae2b7fb414;hp=c36c3b13fe67398a6cad2aec6fb9dbcdf1039f53;hb=320cfdcb658e8d6556ae9dfd902c2db1db866a6b;hpb=86395b297b58c8c9b43d7ca8c42b831d4926dac6 diff --git a/src/hash.h b/src/hash.h index c36c3b13..85767609 100644 --- a/src/hash.h +++ b/src/hash.h @@ -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 *);