repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
external
/
bsd
/
bind
/
dist
/
contrib
/
sdb
/
ldap
/
ldapdb.h
blob
617838f6fcd08372d0168f2126c1383fe24a85b1
1
/* $NetBSD: ldapdb.h,v 1.3 2014/12/10 04:37:57 christos Exp $ */
2
3
#include <isc/types.h>
4
5
isc_result_t
ldapdb_init
(
void
);
6
7
void
ldapdb_clear
(
void
);
8