summaryrefslogtreecommitdiff
path: root/buckets/apr_buckets.c
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-01-18 23:30:59 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-01-18 23:30:59 +0000
commit13bd8b2df68f0c34073b5b16173e2951e64637c3 (patch)
treea33f2ecec0e809f7806e36b657775d691713118a /buckets/apr_buckets.c
parent5d48311dc6dde248e7f6194907b779d0eff004e2 (diff)
downloadlibapr-util-13bd8b2df68f0c34073b5b16173e2951e64637c3.tar.gz
The APU_DECLARE's finished (nearly) for apr-util. This change also
jettisons the .def file, and compiles aprutil.lib and libaprutil.dll seperately, from source, with appropriate tags. As with apr, all source file changes must be kept in sync between the .dsp files. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58047 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 1768e361..8c2948b5 100644
--- a/buckets/apr_buckets.c
+++ b/buckets/apr_buckets.c
@@ -70,7 +70,7 @@
static apr_array_header_t *bucket_types;
-void ap_init_bucket_types(apr_pool_t *p)
+APU_DECLARE(void) ap_init_bucket_types(apr_pool_t *p)
{
bucket_types = apr_make_array(p, 8, sizeof(ap_bucket_type));