mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-28 09:39:18 -05:00
add ldap_cdef'ing.
This commit is contained in:
parent
d7079a10c3
commit
f988fdbec1
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue