Remove building with NOCRYPTO option
[minix.git] / external / bsd / bind / dist / contrib / sdb / bdb / bdb.h
blob33ea4502ffff8728ef8e3251a9159e7daa17066a
1 /* $NetBSD: bdb.h,v 1.4 2014/12/10 04:37:56 christos Exp $ */
3 /*
4 * Copyright (C) 2002 Nuno M. Rodrigues.
6 * Permission to use, copy, modify, and distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.
10 * THE SOFTWARE IS PROVIDED "AS IS" AND NUNO M. RODRIGUES
11 * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
12 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
13 * INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
14 * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
15 * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
16 * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
17 * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20 /* Id: bdb.h,v 1.1 2002/05/16 04:25:22 marka Exp */
22 #ifndef BDB_H
23 #define BDB_H 1
25 #include <isc/types.h>
28 * Prototypes.
30 isc_result_t bdb_init(void);
31 void bdb_clear(void);
33 #endif /* BDB_H */