xref: /netbsd-src/external/ibm-public/postfix/dist/src/global/mail_addr_map.h (revision cb861154c176d3dcc8ff846f449e3c16a5f5edb5)
1 /*	$NetBSD: mail_addr_map.h,v 1.1.1.1 2009/06/23 10:08:46 tron Exp $	*/
2 
3 #ifndef _MAIL_ADDR_MAP_H_INCLUDED_
4 #define _MAIL_ADDR_MAP_H_INCLUDED_
5 
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
15 
16  /*
17   * Utility library.
18   */
19 #include <argv.h>
20 
21  /*
22   * Global library.
23   */
24 #include <maps.h>
25 
26  /*
27   * External interface.
28   */
29 extern ARGV *mail_addr_map(MAPS *, const char *, int);
30 
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 /*--*/
41 
42 #endif
43