Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / match_service.h
blobefae4d4361d8e2687a177458dc2398cf2a84f925
1 /* $NetBSD$ */
3 #ifndef _MATCH_SERVICE_H_INCLUDED_
4 #define _MATCH_SERVICE_H_INCLUDED_
6 /*++
7 /* NAME
8 /* match_service 3h
9 /* SUMMARY
10 /* simple master.cf service name.type pattern matcher
11 /* SYNOPSIS
12 /* #include <match_service.h>
13 /* DESCRIPTION
14 /* .nf
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 *);
22 /* LICENSE
23 /* .ad
24 /* .fi
25 /* The Secure Mailer license must be distributed with this software.
26 /* AUTHOR(S)
27 /* Wietse Venema
28 /* IBM T.J. Watson Research
29 /* P.O. Box 704
30 /* Yorktown Heights, NY 10598, USA
31 /*--*/
33 #endif