mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
We'll put ldap_x_message() functions in messages.c
We'll put ldap_x_reference() functions in references.c
This commit is contained in:
parent
578fae946b
commit
2eb55b91ff
1 changed files with 16 additions and 0 deletions
|
|
@ -708,6 +708,22 @@ LDAP_F LDAP *ldap_open LDAP_P(( char *host, int port ));
|
||||||
LDAP_F LDAP *ldap_init LDAP_P(( char *host, int port ));
|
LDAP_F LDAP *ldap_init LDAP_P(( char *host, int port ));
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* in messages.c:
|
||||||
|
*/
|
||||||
|
LDAP_F LDAPMessage *ldap_first_message LDAP_P(( LDAP *ld, LDAPMessage *chain ));
|
||||||
|
LDAP_F LDAPMessage *ldap_next_message LDAP_P(( LDAP *ld, LDAPMessage *msg ));
|
||||||
|
LDAP_F int ldap_count_messages LDAP_P(( LDAP *ld, LDAPMessage *chain ));
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* in references.c:
|
||||||
|
*/
|
||||||
|
LDAP_F LDAPMessage *ldap_first_reference LDAP_P(( LDAP *ld, LDAPMessage *chain ));
|
||||||
|
LDAP_F LDAPMessage *ldap_next_reference LDAP_P(( LDAP *ld, LDAPMessage *ref ));
|
||||||
|
LDAP_F int ldap_count_reference LDAP_P(( LDAP *ld, LDAPMessage *chain ));
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* in getentry.c:
|
* in getentry.c:
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue