1/*	$NetBSD$	*/
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  */
29extern 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