summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2014-11-01 09:19:17 +0000
committerChristophe Jaillet <jailletc36@apache.org>2014-11-01 09:19:17 +0000
commit763444526cbca0a6f69442d8d0dd76329d60c643 (patch)
tree92d6ef805b3740b28fa60af45523746805a65983 /server
parent39f2f91dba078ee500d15296349864c57a088bea (diff)
downloadhttpd-763444526cbca0a6f69442d8d0dd76329d60c643.tar.gz
Merge r1611858, r1611908, r1611916 from trunk
doc: improve doxygen output for util_ebcdic.h and util_charset.h. Submitted by: jailletc36 Reviewed by: jailletc36, rjung, ylavic Backported by: jailletc36 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1635905 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server')
-rw-r--r--server/util_charset.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/server/util_charset.c b/server/util_charset.c
index 514e0b43f3..f896729a59 100644
--- a/server/util_charset.c
+++ b/server/util_charset.c
@@ -23,20 +23,6 @@
#include "http_core.h"
#include "util_charset.h"
-/* ap_hdrs_to_ascii, ap_hdrs_from_ascii
- *
- * These are the translation handles used to translate between the network
- * format of protocol headers and the local machine format.
- *
- * For an EBCDIC machine, these are valid handles which are set up at
- * initialization to translate between ISO-8859-1 and the code page of
- * the source code.
- *
- * For an ASCII machine, these remain NULL so that when they are stored
- * in the BUFF via ap_bsetop(BO_RXLATE) it ensures that no translation is
- * performed.
- */
-
apr_xlate_t *ap_hdrs_to_ascii, *ap_hdrs_from_ascii;
#endif /*APR_CHARSET_EBCDIC */