[BACK]Return to dlz_ldap_driver.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / contrib / dlz / drivers / include / dlz

File: [cvs.NetBSD.org] / src / external / mpl / bind / dist / contrib / dlz / drivers / include / dlz / Attic / dlz_ldap_driver.h (download)

Revision 1.4, Fri Sep 23 12:15:27 2022 UTC (18 months, 3 weeks ago) by christos
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1
Branch point for: netbsd-10
Changes since 1.3: +7 -28 lines

Merge conflicts between 9.16.20 and 9.16.33

/*	$NetBSD: dlz_ldap_driver.h,v 1.4 2022/09/23 12:15:27 christos Exp $	*/

/*
 * Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl.
 * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
 *
 * SPDX-License-Identifier: MPL-2.0
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0.  If a copy of the MPL was not distributed with this
 * file, you can obtain one at https://mozilla.org/MPL/2.0/.
 *
 * See the COPYRIGHT file distributed with this work for additional
 * information regarding copyright ownership.
 */

#ifndef DLZ_LDAP_DRIVER_H
#define DLZ_LDAP_DRIVER_H

isc_result_t
dlz_ldap_init(void);

void
dlz_ldap_clear(void);

#endif /* ifndef DLZ_LDAP_DRIVER_H */