Skip to content
Snippets Groups Projects
Commit f988fdbe authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

add ldap_cdef'ing.

parent d7079a10
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,10 @@
#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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment