commit | 1730c758a18847f1f92dcd6aa7184b733bc0c4bf | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Sep 27 09:36:50 2007 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Sep 27 09:36:50 2007 +0000 |
tree | 762fa9ac0046f4ea248b12c694f2e4d7c86c8d32 | |
parent | 0659720dc87e606498a13e753299396bceb07188 [diff] [blame] |
ngx_escape_html()
diff --git a/src/core/ngx_string.h b/src/core/ngx_string.h index a1da15f..e17fc13 100644 --- a/src/core/ngx_string.h +++ b/src/core/ngx_string.h
@@ -165,6 +165,8 @@ 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,