~ubuntu-branches/ubuntu/saucy/postfix/saucy

« back to all changes in this revision

Viewing changes to src/dns/dns.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2011-02-22 11:20:43 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110222112043-c34ht219w3ybrilr
Tags: 2.8.0-2
* a little more lintian cleanup
* Fix missing format strings in smtp-sink.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
extern DNS_RR *dns_rr_copy(DNS_RR *);
117
117
extern DNS_RR *dns_rr_append(DNS_RR *, DNS_RR *);
118
118
extern DNS_RR *dns_rr_sort(DNS_RR *, int (*) (DNS_RR *, DNS_RR *));
 
119
extern int dns_rr_compare_pref_ipv6(DNS_RR *, DNS_RR *);
 
120
extern int dns_rr_compare_pref_ipv4(DNS_RR *, DNS_RR *);
 
121
extern int dns_rr_compare_pref_any(DNS_RR *, DNS_RR *);
119
122
extern int dns_rr_compare_pref(DNS_RR *, DNS_RR *);
120
123
extern DNS_RR *dns_rr_shuffle(DNS_RR *);
121
124
extern DNS_RR *dns_rr_remove(DNS_RR *, DNS_RR *);