mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Move deprecated routine behind LDAP_DEPRECATED
This commit is contained in:
parent
eccd913a07
commit
bc9fd825b6
@ -1835,12 +1835,14 @@ ldap_create_page_control LDAP_P((
|
||||
int iscritical,
|
||||
LDAPControl **ctrlp ));
|
||||
|
||||
#if LDAP_DEPRECATED
|
||||
LDAP_F( int )
|
||||
ldap_parse_page_control LDAP_P((
|
||||
LDAP *ld,
|
||||
LDAPControl **ctrls,
|
||||
ber_int_t *count,
|
||||
struct berval **cookie ));
|
||||
#endif
|
||||
|
||||
LDAP_F( int )
|
||||
ldap_parse_pageresponse_control LDAP_P((
|
||||
|
Loading…
Reference in New Issue
Block a user