aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_string.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-05-21 14:05:23 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-05-21 14:05:23 +0000
commit35921283df0eae8ae7a3b9a583f2e9d99f31c19b (patch)
tree2ece62bc1615fb50826c30e3a50e4bf387377825 /src/core/ngx_string.h
parent2517fbf2b8e2306b83102ffeda0c54b5a15780a3 (diff)
downloadnginx-35921283df0eae8ae7a3b9a583f2e9d99f31c19b.tar.gz
nginx-35921283df0eae8ae7a3b9a583f2e9d99f31c19b.zip
ngx_sort
Diffstat (limited to 'src/core/ngx_string.h')
-rw-r--r--src/core/ngx_string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_string.h b/src/core/ngx_string.h
index 00d0ae93a..18306d2d2 100644
--- a/src/core/ngx_string.h
+++ b/src/core/ngx_string.h
@@ -150,6 +150,8 @@ uintptr_t ngx_escape_uri(u_char *dst, u_char *src, size_t size,
void ngx_unescape_uri(u_char **dst, u_char **src, size_t size, ngx_uint_t type);
+void ngx_sort(void *base, size_t n, size_t size,
+ int (*cmp)(const void *, const void *));
#define ngx_qsort qsort