~ubuntu-branches/ubuntu/hoary/courier/hoary

« back to all changes in this revision

Viewing changes to rfc1035/rfc1035mxlist.h

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-11-29 12:09:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041129120934-kkn0xj11j0n1n6lo
Tags: 0.47-3ubuntu1
* Nathaniel McCallum
 - debian/*.init: pretty initscripts
 - debian/control: version depends on lsb-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#include        <netinet/in.h>
15
15
#include        <arpa/inet.h>
16
16
 
17
 
static const char rfc1035mxlist_h_rcsid[]="$Id: rfc1035mxlist.h,v 1.4 2000/05/21 20:27:56 mrsam Exp $";
 
17
static const char rfc1035mxlist_h_rcsid[]="$Id: rfc1035mxlist.h,v 1.5 2004/08/15 16:41:02 mrsam Exp $";
18
18
 
19
19
#ifdef  __cplusplus
20
20
extern "C" {
44
44
        const char *, struct rfc1035_mxlist **);
45
45
void rfc1035_mxlist_free(struct rfc1035_mxlist *);
46
46
 
 
47
int rfc1035_mxlist_create_x(struct rfc1035_res *,
 
48
                            const char *, int,
 
49
                            struct rfc1035_mxlist **);
 
50
#define RFC1035_MX_AFALLBACK 1
 
51
#define RFC1035_MX_IGNORESOFTERR 2
 
52
 
47
53
#ifdef  __cplusplus
48
54
}
49
55
#endif