3 #ifndef _MATCH_SERVICE_H_INCLUDED_
4 #define _MATCH_SERVICE_H_INCLUDED_
10 /* simple master.cf service name.type pattern matcher
12 /* #include <match_service.h>
16 /* External interface. */
18 extern ARGV
*match_service_init(const char *);
19 extern int match_service_match(ARGV
*, const char *);
20 extern void match_service_free(ARGV
*);
25 /* The Secure Mailer license must be distributed with this software.
28 /* IBM T.J. Watson Research
30 /* Yorktown Heights, NY 10598, USA