comparison 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
comparison
equal deleted inserted replaced
242:fc816b73a05f 243:f220cc83d72e
61 61
62 Lisp_Object make_lisp_hashtable (int size, 62 Lisp_Object make_lisp_hashtable (int size,
63 enum hashtable_type type, 63 enum hashtable_type type,
64 enum hashtable_test_fun test_fun); 64 enum hashtable_test_fun test_fun);
65 65
66 void elisp_maphash (void (*fn) (CONST void *key, void *contents, 66 void elisp_maphash (int (*fn) (CONST void *key, void *contents,
67 void *extra_arg), 67 void *extra_arg),
68 Lisp_Object table, 68 Lisp_Object table,
69 void *extra_arg); 69 void *extra_arg);
70 70
71 void elisp_map_remhash (int (*fn) (CONST void *key, 71 void elisp_map_remhash (int (*fn) (CONST void *key,