Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / smtp / smtp_addr.h
blobc1d803e19cc83e7fc463372e9b475a866c9ca75f
1 /* $NetBSD$ */
3 /*++
4 /* NAME
5 /* smtp_addr 3h
6 /* SUMMARY
7 /* SMTP server address lookup
8 /* SYNOPSIS
9 /* #include "smtp_addr.h"
10 /* DESCRIPTION
11 /* .nf
14 * DNS library.
16 #include <dns.h>
19 * Internal interfaces.
21 extern DNS_RR *smtp_host_addr(const char *, int, DSN_BUF *);
22 extern DNS_RR *smtp_domain_addr(char *, int, DSN_BUF *, int *);
24 /* LICENSE
25 /* .ad
26 /* .fi
27 /* The Secure Mailer license must be distributed with this software.
28 /* AUTHOR(S)
29 /* Wietse Venema
30 /* IBM T.J. Watson Research
31 /* P.O. Box 704
32 /* Yorktown Heights, NY 10598, USA
33 /*--*/