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