mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
move ldap_get_message_ber() from ldap.h to ldap_pvt.h
This commit is contained in:
parent
fd3cf2b5ed
commit
203c2aad41
2 changed files with 5 additions and 5 deletions
|
|
@ -1150,11 +1150,6 @@ ldap_count_messages LDAP_P((
|
|||
LDAP *ld,
|
||||
LDAPMessage *chain ));
|
||||
|
||||
LDAP_F( BerElement * )
|
||||
ldap_get_message_ber LDAP_P((
|
||||
LDAPMessage * ));
|
||||
|
||||
|
||||
/*
|
||||
* in references.c:
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -179,6 +179,11 @@ struct ldap;
|
|||
LDAP_F (int) ldap_open_internal_connection LDAP_P((
|
||||
struct ldap **ldp, ber_socket_t *fdp ));
|
||||
|
||||
/* messages.c */
|
||||
LDAP_F( BerElement * )
|
||||
ldap_get_message_ber LDAP_P((
|
||||
struct ldapmsg * ));
|
||||
|
||||
/* search.c */
|
||||
LDAP_F( int ) ldap_pvt_put_filter LDAP_P((
|
||||
BerElement *ber,
|
||||
|
|
|
|||
Loading…
Reference in a new issue