summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-05-23 00:39:21 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-05-23 00:39:21 +0000
commite9eb703d732a9f1c8e75683e9e0fe7b94fa32a6c (patch)
tree0a74f2a21fc4f26cd051117beb8cd1826026817d /include
parentca488ed89eafdb07a18b0ca76499540ae6729375 (diff)
downloadlibapr-util-e9eb703d732a9f1c8e75683e9e0fe7b94fa32a6c.tar.gz
Clean all lingering maintainer mode emits, and drop apu_dso_init from
the external entry points. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@659343 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/private/apu_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/private/apu_internal.h b/include/private/apu_internal.h
index 2ef2a058..c23498e1 100644
--- a/include/private/apu_internal.h
+++ b/include/private/apu_internal.h
@@ -32,6 +32,8 @@ extern "C" {
* of apu_dso_load must lock first, and not unlock until any init
* finalization is complete.
*/
+apr_status_t apu_dso_init(apr_pool_t *pool);
+
apr_status_t apu_dso_mutex_lock(void);
apr_status_t apu_dso_mutex_unlock(void);