1 /*	$NetBSD: dlz_bdb_driver.h,v 1.4 2022/09/23 12:15:27 christos Exp $	*/
2 
3 /*
4  * Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl.
5  * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
6  *
7  * SPDX-License-Identifier: MPL-2.0
8  *
9  * This Source Code Form is subject to the terms of the Mozilla Public
10  * License, v. 2.0.  If a copy of the MPL was not distributed with this
11  * file, you can obtain one at https://mozilla.org/MPL/2.0/.
12  *
13  * See the COPYRIGHT file distributed with this work for additional
14  * information regarding copyright ownership.
15  */
16 
17 #ifndef DLZ_BDB_DRIVER_H
18 #define DLZ_BDB_DRIVER_H
19 
20 isc_result_t
21 dlz_bdb_init(void);
22 
23 void
24 dlz_bdb_clear(void);
25 
26 #endif /* ifndef DLZ_BDB_DRIVER_H */
27