summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2011-03-26 06:24:48 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2011-03-26 06:24:48 +0000
commit61c2288d56f924c1176a9783930d109ff6324632 (patch)
tree84069e2ff7eed176371bb771ad9e3a16b35a9cf6
parent2edd5af34465f8bd7856bb62dfd1073d2c7923c3 (diff)
downloadlibapr-61c2288d56f924c1176a9783930d109ff6324632.tar.gz
Moved apr_os_uuid_get prototype out of APR_HAS_DSO block.
This avoids a missing prototype warning since the function's C code gets compiled independent of APR_HAS_DSO. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1085655 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_portable.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/apr_portable.h b/include/apr_portable.h
index 7e52afc4f..c915fd037 100644
--- a/include/apr_portable.h
+++ b/include/apr_portable.h
@@ -471,6 +471,10 @@ APR_DECLARE(apr_status_t) apr_os_dso_handle_put(apr_dso_handle_t **dso,
APR_DECLARE(apr_status_t) apr_os_dso_handle_get(apr_os_dso_handle_t *dso,
apr_dso_handle_t *aprdso);
+/** @} */
+#endif /* APR_HAS_DSO */
+
+
#if APR_HAS_OS_UUID
/**
* Private: apr-util's apr_uuid module when supported by the platform
@@ -478,9 +482,6 @@ APR_DECLARE(apr_status_t) apr_os_dso_handle_get(apr_os_dso_handle_t *dso,
APR_DECLARE(apr_status_t) apr_os_uuid_get(unsigned char *uuid_data);
#endif
-/** @} */
-#endif /* APR_HAS_DSO */
-
/**
* Get the name of the system default character set.