Skip to content
Snippets Groups Projects
Commit 7250ffb1 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

move ldap_int_put_filter to ldap_pvt_put_filter

parent 64405569
Branches
Tags
No related merge requests found
......@@ -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 ));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment