Also known as ISC bind. This import adds utilities such as host(1), dig(1), and nslookup(1), as well as many other tools and libraries. Change-Id: I035ca46e64f1965d57019e773f4ff0ef035e4aa3
9 lines
149 B
C
9 lines
149 B
C
/* $NetBSD: ldapdb.h,v 1.3 2014/12/10 04:37:57 christos Exp $ */
|
|
|
|
#include <isc/types.h>
|
|
|
|
isc_result_t ldapdb_init(void);
|
|
|
|
void ldapdb_clear(void);
|
|
|