Index: list.h
===================================================================
RCS file: /home/cvs/gateway/gwlib/list.h,v
retrieving revision 1.24
diff -u -r1.24 list.h
--- list.h	11 Feb 2005 15:35:48 -0000	1.24
+++ list.h	22 Feb 2005 02:41:20 -0000
@@ -296,4 +296,10 @@
  */
 void gwlist_sort(List *list, int(*cmp)(const void *, const void *));
 
+/*
+ * enumerate thru all list items with the user supplied function,
+ * if function returns non-zero, enumeration terminates
+ */
+void gwlist_enumfn(List *list, void * env, int (*fn)(void *,void *) );
+
 #endif
