1 /*	$NetBSD: driver.h,v 1.1.1.4 2014/12/10 03:34:28 christos 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 
25 dlz_dlopen_version_t dlz_version;
26 dlz_dlopen_create_t dlz_create;
27 dlz_dlopen_destroy_t dlz_destroy;
28 dlz_dlopen_findzonedb_t dlz_findzonedb;
29 dlz_dlopen_lookup_t dlz_lookup;
30 dlz_dlopen_allowzonexfr_t dlz_allowzonexfr;
31 dlz_dlopen_allnodes_t dlz_allnodes;
32 dlz_dlopen_newversion_t dlz_newversion;
33 dlz_dlopen_closeversion_t dlz_closeversion;
34 dlz_dlopen_configure_t dlz_configure;
35 dlz_dlopen_ssumatch_t dlz_ssumatch;
36 dlz_dlopen_addrdataset_t dlz_addrdataset;
37 dlz_dlopen_subrdataset_t dlz_subrdataset;
38 dlz_dlopen_delrdataset_t dlz_delrdataset;
39