Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / mail_addr_map.h
blob80a9a104122b5416c0d0433706082e8fb698e09c
1 /* $NetBSD$ */
3 #ifndef _MAIL_ADDR_MAP_H_INCLUDED_
4 #define _MAIL_ADDR_MAP_H_INCLUDED_
6 /*++
7 /* NAME
8 /* mail_addr_map 3h
9 /* SUMMARY
10 /* generic address mapping
11 /* SYNOPSIS
12 /* #include <mail_addr_map.h>
13 /* DESCRIPTION
14 /* .nf
17 * Utility library.
19 #include <argv.h>
22 * Global library.
24 #include <maps.h>
27 * External interface.
29 extern ARGV *mail_addr_map(MAPS *, const char *, int);
31 /* LICENSE
32 /* .ad
33 /* .fi
34 /* The Secure Mailer license must be distributed with this software.
35 /* AUTHOR(S)
36 /* Wietse Venema
37 /* IBM T.J. Watson Research
38 /* P.O. Box 704
39 /* Yorktown Heights, NY 10598, USA
40 /*--*/
42 #endif