mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
util_ebcdic.h, util_ebcdic.c, http_core.c:
tweak ap_checkconv() for 2.0 buff.c: fix typo in comment util_md5.h: change CHARSET_EBCDIC to APACHE_XLATE util_script.c: APR-ize some character set conversion (EBCDIC only) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85214 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -72,6 +72,8 @@ extern ap_xlate_t *ap_locale_to_ascii, *ap_locale_from_ascii;
|
||||
|
||||
ap_status_t ap_init_ebcdic(ap_pool_t *);
|
||||
|
||||
ap_xlate_t *ap_checkconv(struct request_rec *);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user