Mercurial > hg > xemacs-beta
diff src/hash.h @ 241:f955c73f5258 r20-5b19
Import from CVS: tag r20-5b19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:16:16 +0200 |
parents | 8eaf7971accc |
children | c5d627a313b1 |
line wrap: on
line diff
--- a/src/hash.h Mon Aug 13 10:15:49 2007 +0200 +++ b/src/hash.h Mon Aug 13 10:16:16 2007 +0200 @@ -70,7 +70,7 @@ /* delete the entry which key is key */ void remhash (CONST void *key, c_hashtable hash); -typedef void (*maphash_function) (CONST void* key, void* contents, void* arg); +typedef int (*maphash_function) (CONST void* key, void* contents, void* arg); typedef int (*remhash_predicate) (CONST void* key, CONST void* contents, void* arg);