]> git.sur5r.net Git - openldap/commitdiff
move ldap_get_message_ber() from ldap.h to ldap_pvt.h
authorJong Hyuk Choi <jongchoi@openldap.org>
Tue, 22 Apr 2003 23:02:11 +0000 (23:02 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Tue, 22 Apr 2003 23:02:11 +0000 (23:02 +0000)
include/ldap.h
include/ldap_pvt.h

index 2b9aa9168ab581fb4f30405ef2f2686e65e28b70..10bad7f89418af7845c525acaca5a6e8dcfaf219 100644 (file)
@@ -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:
  */
index 214c50be6a054d593468b12b70f30709af33434b..e5ca8232f627550bbd1b47c13e5f8fd49f0c8f70 100644 (file)
@@ -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,