mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08: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
@ -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 ));
|
||||
|
||||
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user