~andreserl/ubuntu/lucid/bind9/bind9-apport-533601

« back to all changes in this revision

Viewing changes to lib/dns/rdata/generic/txt_16.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2010-03-01 20:51:23 UTC
  • mfrom: (1.6.4 upstream) (10.1.5 experimental)
  • Revision ID: james.westby@ubuntu.com-20100301205123-kslpwaipx72vq1o1
Tags: 1:9.7.0.dfsg-1~build1
upload of -1 to lucid, LP#530107

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2004, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
 
2
 * Copyright (C) 2004, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
3
3
 * Copyright (C) 1998-2002  Internet Software Consortium.
4
4
 *
5
5
 * Permission to use, copy, modify, and/or distribute this software for any
15
15
 * PERFORMANCE OF THIS SOFTWARE.
16
16
 */
17
17
 
18
 
/* $Id: txt_16.c,v 1.45 2008/02/15 23:46:51 tbox Exp $ */
 
18
/* $Id: txt_16.c,v 1.47 2009/12/04 22:06:37 tbox Exp $ */
19
19
 
20
20
/* Reviewed: Thu Mar 16 15:40:00 PST 2000 by bwelling */
21
21
 
235
235
        return (ISC_TRUE);
236
236
}
237
237
 
 
238
static inline isc_result_t
 
239
casecompare_txt(ARGS_COMPARE) {
 
240
        return (compare_txt(rdata1, rdata2));
 
241
}
 
242
 
238
243
#endif  /* RDATA_GENERIC_TXT_16_C */