tcldb.h revision 499b34cea04a46823d003d4c0520c8b03e8513cb
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt/*
c19f42a378f76af272166f9cababe7bfbc1cf6abTinderbox User * Copyright (C) 2000, 2001 Internet Software Consortium.
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt *
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * Permission to use, copy, modify, and distribute this software for any
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * purpose with or without fee is hereby granted, provided that the above
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * copyright notice and this permission notice appear in all copies.
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt *
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
28a8f5b0de57d269cf2845c69cb6abe18cbd3b3aMark Andrews * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt * INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt */
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt
e7008e7007f440490174a52b7117f3c6d121d303Mark Andrews/* $Id: tcldb.h,v 1.4 2001/01/09 21:46:29 bwelling Exp $ */
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt#include <isc/types.h>
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Huntisc_result_t tcldb_init(void);
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Huntvoid tcldb_clear(void);
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt