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:
Jeff Trawick
2000-05-15 17:51:23 +00:00
parent 9039334724
commit 7387a849be
5 changed files with 68 additions and 16 deletions

View File

@ -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