From d6490633ebbf0573107211f2cbd7517dad37a07e Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 16 Oct 2000 06:05:15 +0000 Subject: Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols for CORE_EXPORT to AP_CORE_DECLARE (namespace protecting the wrapper) and retitled API_EXPORT as AP_DECLARE and APR_EXPORT as APR_DECLARE. All _VAR_ flavors changes to _DATA to be absolutely clear. Thank you Greg, for the most obvious suggestion. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86609 13f79535-47bb-0310-9956-ffa450edef68 --- server/util_charset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/util_charset.c') diff --git a/server/util_charset.c b/server/util_charset.c index 106d1306d4..c8d77ca8cf 100644 --- a/server/util_charset.c +++ b/server/util_charset.c @@ -96,7 +96,7 @@ apr_xlate_t *ap_hdrs_to_ascii, *ap_hdrs_from_ascii; apr_xlate_t *ap_locale_to_ascii, *ap_locale_from_ascii; -API_EXPORT(apr_status_t) ap_set_content_xlate(request_rec *r, int output, +AP_DECLARE(apr_status_t) ap_set_content_xlate(request_rec *r, int output, apr_xlate_t *xlate) { apr_status_t rv; -- cgit v1.2.3