]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/ldap-int.h
Add LDAP_DEPRECATED macro
[openldap] / libraries / libldap / ldap-int.h
index 44c28002b7efdfb91889e3d3e26bcb8649738f26..02523bf0b74e6be0029bf53fb6e6d415de36c1f8 100644 (file)
@@ -56,7 +56,7 @@
         *  Note: Deallocate structure when the process exits
         */
 #      define LDAP_INT_GLOBAL_OPT() ldap_int_global_opt()
-   struct ldapoptions *ldap_int_global_opt(void);
+       struct ldapoptions *ldap_int_global_opt(void);
 #else
 #      define LDAP_INT_GLOBAL_OPT() (&ldap_int_global_options)
 #endif
@@ -84,6 +84,7 @@
 
 #endif /* LDAP_DEBUG */
 
+#define LDAP_DEPRECATED 1
 #include "ldap.h"
 
 #include "ldap_pvt.h"