summaryrefslogtreecommitdiff
path: root/tables
diff options
context:
space:
mode:
Diffstat (limited to 'tables')
-rw-r--r--tables/apr_hash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tables/apr_hash.c b/tables/apr_hash.c
index 21f8c4058..b21c5f33c 100644
--- a/tables/apr_hash.c
+++ b/tables/apr_hash.c
@@ -380,3 +380,5 @@ APR_DECLARE(apr_hash_t*) apr_hash_overlay(apr_pool_t *p,
}
return res;
}
+
+APR_POOL_IMPLEMENT_ACCESSOR(hash)