]> git.sur5r.net Git - openldap/commitdiff
Move deprecated routine behind LDAP_DEPRECATED
authorKurt Zeilenga <kurt@openldap.org>
Mon, 9 Jan 2006 01:29:47 +0000 (01:29 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 9 Jan 2006 01:29:47 +0000 (01:29 +0000)
include/ldap.h

index b0d7b1a5086f149ad46735602758677a0ec442cc..b692a44b48eaede41d91c24701c2166bfd57f17c 100644 (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((