* hashtab.c (traverse_hash_table): Protect prototype with PARAMS.

From-SVN: r30453
This commit is contained in:
Jeffrey A Law 1999-11-08 16:26:37 +00:00 committed by Jeff Law
parent 5d8f8b657c
commit 6e30047279
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Nov 8 09:23:41 1999 Jeffrey A Law (law@cygnus.com)
* hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
Tue Nov 2 03:23:13 1999 Philippe De Muyter <phdm@macqel.be>
* xstrdup (sys/types.h): Include this file.

View File

@ -266,7 +266,7 @@ clear_hash_table_slot (htab, slot)
void
traverse_hash_table (htab, callback, info)
hash_table_t htab;
int (*callback) (hash_table_entry_t, void *);
int (*callback) PARAMS ((hash_table_entry_t, void *));
void *info;
{
hash_table_entry_t *entry_ptr;