~ubuntu-branches/ubuntu/oneiric/bind9/oneiric-updates

« back to all changes in this revision

Viewing changes to lib/dns/ecdb.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Internet Software Consortium, Inc, LaMont Jones
  • Date: 2009-11-30 21:07:58 UTC
  • mfrom: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20091130210758-3yyxniwz0dzzo3jw
Tags: 1:9.7.0.dfsg~b3-1
[Internet Software Consortium, Inc]

* 9.7.0b3

[LaMont Jones]

* Merge remote branch 'origin/master'
* soname changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 * PERFORMANCE OF THIS SOFTWARE.
15
15
 */
16
16
 
17
 
/* $Id: ecdb.c,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
 
17
/* $Id: ecdb.c,v 1.4 2009/11/06 04:19:28 marka Exp $ */
18
18
 
19
19
#include "config.h"
20
20
 
498
498
}
499
499
 
500
500
static isc_result_t
501
 
createiterator(dns_db_t *db, isc_boolean_t relative_names,
 
501
createiterator(dns_db_t *db, unsigned int options,
502
502
               dns_dbiterator_t **iteratorp)
503
503
{
504
504
        UNUSED(db);
505
 
        UNUSED(relative_names);
 
505
        UNUSED(options);
506
506
        UNUSED(iteratorp);
507
507
 
508
508
        return (ISC_R_NOTIMPLEMENTED);