diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-10-29 15:03:04 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-10-29 15:03:04 +0000 |
| commit | 4c8ba0415777772072fa9302d994d701ee9ee484 (patch) | |
| tree | f458ccb46e61ef05cf32ef76765c0f8a70afca4c /src/core/ngx_string.h | |
| parent | d7aa2115b8f7ae138704d1e8b3690b0925a544de (diff) | |
| download | nginx-4c8ba0415777772072fa9302d994d701ee9ee484.tar.gz nginx-4c8ba0415777772072fa9302d994d701ee9ee484.tar.bz2 | |
r1545, r1546 merge:
ngx_escape_html(), SSI echo encoding
Diffstat (limited to 'src/core/ngx_string.h')
| -rw-r--r-- | src/core/ngx_string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_string.h b/src/core/ngx_string.h index a1da15f6b..e17fc13fb 100644 --- a/src/core/ngx_string.h +++ b/src/core/ngx_string.h @@ -165,6 +165,8 @@ u_char *ngx_utf_cpystrn(u_char *dst, u_char *src, size_t n); uintptr_t ngx_escape_uri(u_char *dst, u_char *src, size_t size, ngx_uint_t type); void ngx_unescape_uri(u_char **dst, u_char **src, size_t size, ngx_uint_t type); +uintptr_t ngx_escape_html(u_char *dst, u_char *src, size_t size); + void ngx_sort(void *base, size_t n, size_t size, |
