summaryrefslogtreecommitdiffstats
path: root/server/util_charset.c
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2000-10-16 08:05:15 +0200
committerWilliam A. Rowe Jr <wrowe@apache.org>2000-10-16 08:05:15 +0200
commitd6490633ebbf0573107211f2cbd7517dad37a07e (patch)
treea32c2d84488b7197c9853faafe248ed6f4903ca5 /server/util_charset.c
parent Cleaning up a _Security_ concern - Please Review Carefully (diff)
downloadapache2-d6490633ebbf0573107211f2cbd7517dad37a07e.tar.xz
apache2-d6490633ebbf0573107211f2cbd7517dad37a07e.zip
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
Diffstat (limited to 'server/util_charset.c')
-rw-r--r--server/util_charset.c2
1 files changed, 1 insertions, 1 deletions
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;