summaryrefslogtreecommitdiff
path: root/buckets/apr_buckets.c
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-01-27 14:52:55 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-01-27 14:52:55 +0000
commit7770a35bb14ee8a86c4c2fe14628b4ee521c1c85 (patch)
tree1195629757f97975ea71771072c8b32e9c1ec445 /buckets/apr_buckets.c
parent223d2f945a549554b06df0d8ecb36400105a54a5 (diff)
downloadlibapr-util-7770a35bb14ee8a86c4c2fe14628b4ee521c1c85.tar.gz
Missing export required for inserting the http error bucket type
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58073 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buckets/apr_buckets.c')
-rw-r--r--buckets/apr_buckets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/buckets/apr_buckets.c b/buckets/apr_buckets.c
index 730c22ba..123d1bb2 100644
--- a/buckets/apr_buckets.c
+++ b/buckets/apr_buckets.c
@@ -86,7 +86,7 @@ APU_DECLARE(void) apr_init_bucket_types(apr_pool_t *p)
apr_insert_bucket_type(&apr_bucket_type_socket);
}
-int apr_insert_bucket_type(const apr_bucket_type_t *type)
+APU_DECLARE(int) apr_insert_bucket_type(const apr_bucket_type_t *type)
{
const apr_bucket_type_t **newone;