From: Kurt Zeilenga Date: Tue, 26 Jan 1999 00:04:01 +0000 (+0000) Subject: add ldap_cdef'ing. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~699 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f988fdbec1359bdc5113c6d0b3e0656686622c35;p=openldap add ldap_cdef'ing. --- diff --git a/include/ldap_pvt.h b/include/ldap_pvt.h index 6d42525b34..224dc19138 100644 --- a/include/ldap_pvt.h +++ b/include/ldap_pvt.h @@ -15,6 +15,10 @@ #ifndef _LDAP_PVT_H #define _LDAP_PVT_H 1 +#include + +LDAP_BEGIN_DECL + struct hostent; /* avoid pulling in */ extern char *ldap_pvt_ctime( const time_t *tp, char *buf ); @@ -33,5 +37,8 @@ extern int ldap_pvt_gethostbyaddr_a( struct hostent **result, int *herrno_ptr ); extern void ldap_pvt_init_utils( void ); + +LDAP_END_DECL + #endif