Sync usage with man page.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / mail_addr_find.h
blob18743c699e9c3eaba38c81110609407c34baf7fe
1 /* $NetBSD$ */
3 #ifndef _MAIL_ADDR_FIND_H_INCLUDED_
4 #define _MAIL_ADDR_FIND_H_INCLUDED_
6 /*++
7 /* NAME
8 /* mail_addr_find 3h
9 /* SUMMARY
10 /* generic address-based lookup
11 /* SYNOPSIS
12 /* #include <mail_addr_find.h>
13 /* DESCRIPTION
14 /* .nf
17 * Global library.
19 #include <maps.h>
22 * External interface.
24 extern const char *mail_addr_find(MAPS *, const char *, char **);
26 /* LICENSE
27 /* .ad
28 /* .fi
29 /* The Secure Mailer license must be distributed with this software.
30 /* AUTHOR(S)
31 /* Wietse Venema
32 /* IBM T.J. Watson Research
33 /* P.O. Box 704
34 /* Yorktown Heights, NY 10598, USA
35 /*--*/
37 #endif