summaryrefslogtreecommitdiff
path: root/include/apr_portable.h
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-07-17 04:11:33 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-07-17 04:11:33 +0000
commit605b54192e0415842a035a92d184dc42b3b9f3b7 (patch)
tree25abd7ec9408454b845528ded5902165d9dbad20 /include/apr_portable.h
parent9f711f6f3be61c88fe4e086bf0e38fe1ebe241d3 (diff)
downloadlibapr-605b54192e0415842a035a92d184dc42b3b9f3b7.tar.gz
Move UUID. Not the simplest thing in the world. Note that almost
all the remaining getuuid.c source should be made generic. I just grabbed what my compiler tripped over. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63696 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_portable.h')
-rw-r--r--include/apr_portable.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/apr_portable.h b/include/apr_portable.h
index d4388d633..1b73c6caf 100644
--- a/include/apr_portable.h
+++ b/include/apr_portable.h
@@ -463,6 +463,14 @@ 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);
+
+#if APR_HAS_OS_UUID
+/**
+ * Private: apr-util's apr_uuid module when supported by the platform
+ */
+APR_DECLARE(apr_status_t) apr_os_uuid_get(unsigned char *uuid_data);
+#endif
+
/** @} */
#endif /* APR_HAS_DSO */