1/*	$NetBSD: driver.h,v 1.1.1.1.4.1 2012/06/06 18:17:28 bouyer Exp $	*/
2
3/*
4 * Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
5 *
6 * Permission to use, copy, modify, and/or distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.
9 *
10 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
11 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
12 * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
13 * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
14 * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
15 * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16 * PERFORMANCE OF THIS SOFTWARE.
17 */
18
19/* Id: driver.h,v 1.4 2011/03/17 09:25:54 fdupont Exp  */
20
21/*
22 * This header includes the declarations of entry points.
23 */
24
25dlz_dlopen_version_t dlz_version;
26dlz_dlopen_create_t dlz_create;
27dlz_dlopen_destroy_t dlz_destroy;
28dlz_dlopen_findzonedb_t dlz_findzonedb;
29dlz_dlopen_lookup_t dlz_lookup;
30dlz_dlopen_allowzonexfr_t dlz_allowzonexfr;
31dlz_dlopen_allnodes_t dlz_allnodes;
32dlz_dlopen_newversion_t dlz_newversion;
33dlz_dlopen_closeversion_t dlz_closeversion;
34dlz_dlopen_configure_t dlz_configure;
35dlz_dlopen_ssumatch_t dlz_ssumatch;
36dlz_dlopen_addrdataset_t dlz_addrdataset;
37dlz_dlopen_subrdataset_t dlz_subrdataset;
38dlz_dlopen_delrdataset_t dlz_delrdataset;
39