]> git.sur5r.net Git - openldap/commitdiff
move ldap_int_put_filter to ldap_pvt_put_filter
authorKurt Zeilenga <kurt@openldap.org>
Sat, 30 Mar 2002 00:41:26 +0000 (00:41 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 30 Mar 2002 00:41:26 +0000 (00:41 +0000)
include/ldap_pvt.h

index 40f0f84e470843320ed8938f9582e269b471b2a8..93726953d6a3d978eb92d145e532bd6729ce6624 100644 (file)
@@ -145,6 +145,10 @@ LDAP_F (int) ldap_open_internal_connection LDAP_P((
        struct ldap **ldp, ber_socket_t *fdp ));
 
 /* search.c */
+LDAP_F( int ) ldap_pvt_put_filter LDAP_P((
+       BerElement *ber,
+       const char *str ));
+
 LDAP_F( char * )
 ldap_pvt_find_wildcard LDAP_P((        const char *s ));