Mercurial > hg > xemacs-beta
diff src/elhash.h @ 489:4a8bb4aa9740
[xemacs-hg @ 2001-04-30 08:49:24 by martinb]
hash table mapping
author | martinb |
---|---|
date | Mon, 30 Apr 2001 08:49:26 +0000 |
parents | 98528da0b7fc |
children | af57a77cbc92 |
line wrap: on
line diff
--- a/src/elhash.h Sat Apr 28 21:04:50 2001 +0000 +++ b/src/elhash.h Mon Apr 30 08:49:26 2001 +0000 @@ -87,6 +87,9 @@ void elisp_maphash (maphash_function_t function, Lisp_Object hash_table, void *extra_arg); +void elisp_maphash_unsafe (maphash_function_t function, + Lisp_Object hash_table, void *extra_arg); + void elisp_map_remhash (maphash_function_t predicate, Lisp_Object hash_table, void *extra_arg);