Move deprecated routine behind LDAP_DEPRECATED

This commit is contained in:
Kurt Zeilenga 2006-01-09 01:29:47 +00:00
parent eccd913a07
commit bc9fd825b6

View File

@ -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((