X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhash.h;h=85767609294928d72e90d3021a7aaeae2b7fb414;hp=972d0b7465c6f7f8edd3a5c42f2be0bd2230444a;hb=320cfdcb658e8d6556ae9dfd902c2db1db866a6b;hpb=293008f682e5fa9726136bc121bceadc136c77dc diff --git a/src/hash.h b/src/hash.h index 972d0b74..85767609 100644 --- a/src/hash.h +++ b/src/hash.h @@ -1,6 +1,6 @@ /* Hash table declarations. - Copyright (C) 2000, 2007, 2008, 2009, 2010 Free Software Foundation, - Inc. + Copyright (C) 2000, 2007, 2008, 2009, 2010, 2011 Free Software + Foundation, Inc. This file is part of GNU Wget. @@ -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 *);