diff --git a/include/ldap_pvt.h b/include/ldap_pvt.h index 40f0f84e47..93726953d6 100644 --- a/include/ldap_pvt.h +++ b/include/ldap_pvt.h @@ -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 ));