Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / resolve_local.h
blob9f7701815e6472da7c5d9d34e0e1f134ffd88bba
1 /* $NetBSD$ */
3 #ifndef _RESOLVE_LOCAL_H_INCLUDED_
4 #define _RESOLVE_LOCAL_H_INCLUDED_
6 /*++
7 /* NAME
8 /* resolve_local 3h
9 /* SUMMARY
10 /* determine if address resolves to local mail system
11 /* SYNOPSIS
12 /* #include <resolve_local.h>
13 /* DESCRIPTION
14 /* .nf
17 * External interface.
19 extern int resolve_local(const char *);
20 extern void resolve_local_init(void);
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