1*c0b5d9fbSchristos /*	$NetBSD: dlz_stub_driver.h,v 1.4 2022/09/23 12:15:27 christos Exp $	*/
2e2b1b9c0Schristos 
3e2b1b9c0Schristos /*
4e2b1b9c0Schristos  * Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl.
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/.
12e2b1b9c0Schristos  *
13*c0b5d9fbSchristos  * See the COPYRIGHT file distributed with this work for additional
14*c0b5d9fbSchristos  * information regarding copyright ownership.
15e2b1b9c0Schristos  */
16e2b1b9c0Schristos 
17e2b1b9c0Schristos #ifndef DLZ_STUB_DRIVER_H
18e2b1b9c0Schristos #define DLZ_STUB_DRIVER_H
19e2b1b9c0Schristos 
20e2b1b9c0Schristos isc_result_t
21e2b1b9c0Schristos dlz_stub_init(void);
22e2b1b9c0Schristos 
23e2b1b9c0Schristos void
24e2b1b9c0Schristos dlz_stub_clear(void);
25e2b1b9c0Schristos 
269742fdb4Schristos #endif /* ifndef DLZ_STUB_DRIVER_H */
27