Mercurial > hg > xemacs-beta
diff src/elhash.h @ 243:f220cc83d72e r20-5b20
Import from CVS: tag r20-5b20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:17:07 +0200 |
parents | 2c611d1463a6 |
children | c5d627a313b1 |
line wrap: on
line diff
--- a/src/elhash.h Mon Aug 13 10:16:17 2007 +0200 +++ b/src/elhash.h Mon Aug 13 10:17:07 2007 +0200 @@ -63,7 +63,7 @@ enum hashtable_type type, enum hashtable_test_fun test_fun); -void elisp_maphash (void (*fn) (CONST void *key, void *contents, +void elisp_maphash (int (*fn) (CONST void *key, void *contents, void *extra_arg), Lisp_Object table, void *extra_arg);