~ubuntu-branches/ubuntu/trusty/postfix/trusty-updates

« back to all changes in this revision

Viewing changes to src/lmtp/lmtp_addr.h

Tags: upstream-2.3.1
ImportĀ upstreamĀ versionĀ 2.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*++
2
 
/* NAME
3
 
/*      lmtp_addr 3h
4
 
/* SUMMARY
5
 
/*      LMTP server address lookup
6
 
/* SYNOPSIS
7
 
/*      #include "lmtp_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 *lmtp_host_addr(char *, VSTRING *);
20
 
 
21
 
/* LICENSE
22
 
/* .ad
23
 
/* .fi
24
 
/*      The Secure Mailer license must be distributed with this software.
25
 
/* AUTHOR(S)
26
 
/*      Wietse Venema
27
 
/*      IBM T.J. Watson Research
28
 
/*      P.O. Box 704
29
 
/*      Yorktown Heights, NY 10598, USA
30
 
/*
31
 
/*      Alterations for LMTP by:
32
 
/*      Philip A. Prindeville
33
 
/*      Mirapoint, Inc.
34
 
/*      USA.
35
 
/*
36
 
/*      Additional work on LMTP by:
37
 
/*      Amos Gouaux
38
 
/*      University of Texas at Dallas
39
 
/*      P.O. Box 830688, MC34
40
 
/*      Richardson, TX 75083, USA
41
 
/*--*/