[BACK]Return to dlz_drivers.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_drivers.h (download)

Revision 1.2.2.2, Thu Sep 6 06:54:50 2018 UTC (5 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.2.2.1: +31 -0 lines

Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)

/*	$NetBSD: dlz_drivers.h,v 1.2.2.2 2018/09/06 06:54:50 pgoyette Exp $	*/

/*
 * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
 * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
 * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
 * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
 * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 * PERFORMANCE OF THIS SOFTWARE.
 */


#ifndef DLZ_DRIVERS_H
#define DLZ_DRIVERS_H 1

/*! \file */

isc_result_t
dlz_drivers_init(void);

void
dlz_drivers_clear(void);

#endif /* DLZ_DRIVERS_H */