summaryrefslogtreecommitdiff
path: root/memory
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2021-07-06 09:51:54 +0000
committerJoe Orton <jorton@apache.org>2021-07-06 09:51:54 +0000
commitc4fe1cd00108f88e29b773d177a5a9f8e4332bf5 (patch)
treee26fdbf46ee2f3ba26e1a26bf8ab1ff3a1ad4596 /memory
parent58166301ec55aec46c9e9ae1a44285c124445de6 (diff)
downloadapr-c4fe1cd00108f88e29b773d177a5a9f8e4332bf5.tar.gz
* memory/unix/apr_pools.c: Declare apr__pool_unmanage to fix
compiler warning. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1891307 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'memory')
-rw-r--r--memory/unix/apr_pools.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/memory/unix/apr_pools.c b/memory/unix/apr_pools.c
index 2408655ec..b280547e4 100644
--- a/memory/unix/apr_pools.c
+++ b/memory/unix/apr_pools.c
@@ -2343,6 +2343,8 @@ APR_DECLARE(void) apr_pool_lock(apr_pool_t *pool, int flag)
#endif /* !APR_POOL_DEBUG */
+apr_status_t apr__pool_unmanage(apr_pool_t *pool);
+
/* For APR internal use only (for now).
* Detach the pool from its/any parent (i.e. un-manage).
*/