3 #ifndef _MATCH_LIST_H_INCLUDED_
4 #define _MATCH_LIST_H_INCLUDED_
10 /* generic list-based pattern matching
12 /* #include <match_list.h>
19 typedef struct MATCH_LIST MATCH_LIST
;
20 typedef int (*MATCH_LIST_FN
) (int, const char *, const char *);
22 extern MATCH_LIST
*match_list_init(int, const char *, int,...);
23 extern int match_list_match(MATCH_LIST
*,...);
24 extern void match_list_free(MATCH_LIST
*);
29 /* The Secure Mailer license must be distributed with this software.
32 /* IBM T.J. Watson Research
34 /* Yorktown Heights, NY 10598, USA