summaryrefslogtreecommitdiff
path: root/include/apr_ldap.hnw
diff options
context:
space:
mode:
authorminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2004-08-03 23:03:13 +0000
committerminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2004-08-03 23:03:13 +0000
commit042baf1a84fdc538e8bebdcd177681382775bb62 (patch)
treefe78c8d6888555e535e7f1fa88e6696b242a6848 /include/apr_ldap.hnw
parent44b224ab03225e502a9861c3e887de8bf988adcb (diff)
downloadlibapr-util-042baf1a84fdc538e8bebdcd177681382775bb62.tar.gz
Overhaul support for LDAP URL parsing. Instead of using incompatible
URL parsers and memory that needs freeing, apr-util provides a parser which parses the URL and allocates memory from a pool. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59110 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_ldap.hnw')
-rw-r--r--include/apr_ldap.hnw6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/apr_ldap.hnw b/include/apr_ldap.hnw
index 782d33bf..db8c49e8 100644
--- a/include/apr_ldap.hnw
+++ b/include/apr_ldap.hnw
@@ -116,9 +116,6 @@
#endif
-#include "apr_ldap_url.h"
-#include "apr_ldap_init.h"
-
/* Note: Macros defining const casting has been removed in APR v1.0,
* pending real support for LDAP v2.0 toolkits.
*
@@ -139,6 +136,9 @@ typedef struct apr_ldap_err_t {
int rc;
} apr_ldap_err_t;
+#include "apr_ldap_url.h"
+#include "apr_ldap_init.h"
+
/** @} */
#endif /* APU_HAS_LDAP */
#endif /* APU_LDAP_H */