mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
move ldap_int_put_filter to ldap_pvt_put_filter
This commit is contained in:
parent
6440556956
commit
7250ffb1cc
@ -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 ));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user