summaryrefslogtreecommitdiffstats
path: root/include/util_charset.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2000-10-16 20:00:49 +0200
committerJeff Trawick <trawick@apache.org>2000-10-16 20:00:49 +0200
commitc06c057a8de442f3a4ce8de6261e4acd0b6d82b1 (patch)
tree1c451743b16eca50ea7a12f5823f52c294957a8c /include/util_charset.h
parent Fix compile break in Win32 (diff)
downloadapache2-c06c057a8de442f3a4ce8de6261e4acd0b6d82b1.tar.xz
apache2-c06c057a8de442f3a4ce8de6261e4acd0b6d82b1.zip
Get rid of some old code related to the way that character set translation
of protocol data and bodies was performed in the past. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86612 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_charset.h')
-rw-r--r--include/util_charset.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/util_charset.h b/include/util_charset.h
index 7a24d2b8af..a604de035b 100644
--- a/include/util_charset.h
+++ b/include/util_charset.h
@@ -117,16 +117,6 @@ extern apr_xlate_t *ap_locale_from_ascii;
#define AP_POP_OUTPUTCONVERSION_STATE(_buff) \
ap_bsetopt(_buff, BO_WXLATE, &saved_output_xlate)
-/**
- * set up character set translation (a.k.a. recoding) for content.
- * @param r The current request
- * @param output Is this content outgoing or incoming
- * @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)
- */
-AP_DECLARE(apr_status_t) ap_set_content_xlate(request_rec *r, int output,
- apr_xlate_t *xlate);
-
#ifdef __cplusplus
}
#endif