From 1e358321d41635c4c8e2087c1953e0d1123d0589 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 22 Sep 1994 10:44:47 +0000 Subject: [PATCH 1/1] Don't remember what changed!! --- include/dict.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/dict.h b/include/dict.h index 2d9a8ed..4dd87ca 100644 --- a/include/dict.h +++ b/include/dict.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: dict.h,v $ - * Revision 1.6 1994-09-16 15:39:21 adam + * Revision 1.7 1994-09-22 10:44:47 adam + * Don't remember what changed!! + * + * Revision 1.6 1994/09/16 15:39:21 adam * Initial code of lookup - not tested yet. * * Revision 1.5 1994/09/06 13:05:29 adam @@ -88,6 +91,8 @@ Dict dict_open (const char *name, int cache, int rw); int dict_close (Dict dict); int dict_insert (Dict dict, const Dict_char *p, int userlen, void *userinfo); char *dict_lookup (Dict dict, Dict_char *p); +int dict_lookup_ec (Dict dict, Dict_char *p, int range, + int (*f)(Dict_char*name)); int dict_strcmp (const Dict_char *s1, const Dict_char *s2); int dict_strlen (const Dict_char *s); -- 1.7.10.4