Merge 2.5.x changes into trunk.

This commit is contained in:
b1v1r
2009-11-07 00:06:26 +00:00
parent b01f8190e4
commit 3b12989683
4 changed files with 36 additions and 10 deletions

View File

@@ -78,6 +78,8 @@ char DSOLOCAL *log_escape_hex(apr_pool_t *mp, const unsigned char *text, unsigne
char DSOLOCAL *log_escape_raw(apr_pool_t *mp, const unsigned char *text, unsigned long int text_length);
char DSOLOCAL *log_escape_nul(apr_pool_t *mp, const unsigned char *text, unsigned long int text_length);
char DSOLOCAL *_log_escape(apr_pool_t *p, const unsigned char *input,
unsigned long int input_length, int escape_quotes, int escape_colon);