]> git.sur5r.net Git - openldap/commitdiff
add ldap_cdef'ing.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 26 Jan 1999 00:04:01 +0000 (00:04 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 26 Jan 1999 00:04:01 +0000 (00:04 +0000)
include/ldap_pvt.h

index 6d42525b3453ea7f4d7106cfe9b7d489c887f994..224dc19138bca808da2a2f96092d90188dea32a9 100644 (file)
 #ifndef _LDAP_PVT_H
 #define _LDAP_PVT_H 1
 
+#include <ldap_cdefs.h>
+
+LDAP_BEGIN_DECL
+
 struct hostent;        /* avoid pulling in <netdb.h> */
 
 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