~ubuntu-branches/ubuntu/trusty/postfix/trusty-proposed

« back to all changes in this revision

Viewing changes to src/smtp/smtp_addr.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-02-27 09:33:07 UTC
  • Revision ID: james.westby@ubuntu.com-20050227093307-cn789t27ibnlh6tf
Tags: upstream-2.1.5
ImportĀ upstreamĀ versionĀ 2.1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*++
 
2
/* NAME
 
3
/*      smtp_addr 3h
 
4
/* SUMMARY
 
5
/*      SMTP server address lookup
 
6
/* SYNOPSIS
 
7
/*      #include "smtp_addr.h"
 
8
/* DESCRIPTION
 
9
/* .nf
 
10
 
 
11
 /*
 
12
  * DNS library.
 
13
  */
 
14
#include <dns.h>
 
15
 
 
16
 /*
 
17
  * Internal interfaces.
 
18
  */
 
19
extern DNS_RR *smtp_host_addr(char *, int, VSTRING *);
 
20
extern DNS_RR *smtp_domain_addr(char *, int, VSTRING *);
 
21
 
 
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
/*--*/