Commit 6e300472 by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r30453
parent 5d8f8b65
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> Tue Nov 2 03:23:13 1999 Philippe De Muyter <phdm@macqel.be>
* xstrdup (sys/types.h): Include this file. * xstrdup (sys/types.h): Include this file.
......
...@@ -266,7 +266,7 @@ clear_hash_table_slot (htab, slot) ...@@ -266,7 +266,7 @@ clear_hash_table_slot (htab, slot)
void void
traverse_hash_table (htab, callback, info) traverse_hash_table (htab, callback, info)
hash_table_t htab; hash_table_t htab;
int (*callback) (hash_table_entry_t, void *); int (*callback) PARAMS ((hash_table_entry_t, void *));
void *info; void *info;
{ {
hash_table_entry_t *entry_ptr; hash_table_entry_t *entry_ptr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment