summaryrefslogtreecommitdiff
path: root/include/util_ebcdic.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2000-10-05 11:21:26 +0000
committerJeff Trawick <trawick@apache.org>2000-10-05 11:21:26 +0000
commitbf7aaebda614e19f493c6819ef45c548481412e1 (patch)
treee0672b01061791ba7ff271c65340e362bd5f1016 /include/util_ebcdic.h
parent8d4c54143ff40bc619bedcc1156668890e65c6ec (diff)
downloadhttpd-bf7aaebda614e19f493c6819ef45c548481412e1.tar.gz
Get rid of much of the old implementation of translating the
charset of response bodies. ap_checkconv() is removed, except for in os/bs2000 and os/tpf. (Anything there is questionable for 2.0 anyway.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86400 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_ebcdic.h')
-rw-r--r--include/util_ebcdic.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/util_ebcdic.h b/include/util_ebcdic.h
index 6086fc33af..8b6c645da5 100644
--- a/include/util_ebcdic.h
+++ b/include/util_ebcdic.h
@@ -79,13 +79,6 @@ extern "C" {
*/
apr_status_t ap_init_ebcdic(apr_pool_t *pool);
-/**
- * Check the Content-Type to decide if conversion is needed
- * @param r The current request
- * @return The translation handle to use for the conversion if one is needed
- */
-apr_xlate_t *ap_checkconv(request_rec *r);
-
#ifdef __cplusplus
}
#endif