diff options
author | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2001-08-01 23:22:47 +0000 |
---|---|---|
committer | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2001-08-01 23:22:47 +0000 |
commit | 45e611cb44e5661ee71fc70999ee4c8ba2529970 (patch) | |
tree | 593cb6da6753e17dded609ab52e13855705591d5 /tables | |
parent | 6a3da2b2fd919851980266e5a4cb43540a7be8c5 (diff) | |
download | libapr-45e611cb44e5661ee71fc70999ee4c8ba2529970.tar.gz |
Almost used this when I thought our contents were going out of context.
Turns out the hash contents were really corrupted by a request merge,
but heck, this is still useful.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62075 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tables')
-rw-r--r-- | tables/apr_hash.c | 2 |
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) |