Backport t:cssDecode to 2.5.

This commit is contained in:
brectanus
2008-08-15 20:14:16 +00:00
parent abbde8f1e7
commit aa948b6639
2 changed files with 24 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ int DSOLOCAL remove_lf_crlf_inplace(char *text);
unsigned char DSOLOCAL x2c(unsigned char *what);
unsigned char DSOLOCAL xsingle2c(unsigned char *what);
char DSOLOCAL *guess_tmp_dir(apr_pool_t *p);
char DSOLOCAL *current_logtime(apr_pool_t *mp);
@@ -90,4 +92,6 @@ int DSOLOCAL is_empty_string(const char *string);
char DSOLOCAL *resolve_relative_path(apr_pool_t *pool, const char *parent_filename, const char *filename);
int DSOLOCAL css_decode_inplace(unsigned char *input, long int input_len);
#endif