diff options
| author | William A. Rowe Jr <wrowe@apache.org> | 2000-10-16 06:05:15 +0000 |
|---|---|---|
| committer | William A. Rowe Jr <wrowe@apache.org> | 2000-10-16 06:05:15 +0000 |
| commit | d6490633ebbf0573107211f2cbd7517dad37a07e (patch) | |
| tree | a32c2d84488b7197c9853faafe248ed6f4903ca5 /include/util_charset.h | |
| parent | 251bf4d1d388b8deb3ace2455da491efa3a22e88 (diff) | |
| download | httpd-d6490633ebbf0573107211f2cbd7517dad37a07e.tar.gz | |
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 'include/util_charset.h')
| -rw-r--r-- | include/util_charset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util_charset.h b/include/util_charset.h index 1b828b428c..7a24d2b8af 100644 --- a/include/util_charset.h +++ b/include/util_charset.h @@ -124,7 +124,7 @@ extern apr_xlate_t *ap_locale_from_ascii; * @param The translation handle to use for the actual work * @deffunc apr_status_t ap_set_content_xlate(request_rec *r, int output, apr_xlate_t *xlate) */ -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); #ifdef __cplusplus |
