diff options
Diffstat (limited to 'src/core/ngx_string.h')
| -rw-r--r-- | src/core/ngx_string.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ngx_string.h b/src/core/ngx_string.h index 665c84450..fe60cad76 100644 --- a/src/core/ngx_string.h +++ b/src/core/ngx_string.h @@ -61,6 +61,9 @@ char *ngx_cpystrn(char *dst, char *src, size_t n); int ngx_rstrncmp(char *s1, char *s2, size_t n); int ngx_atoi(char *line, size_t n); +void ngx_print_md5(char *text, u_char *md5); + + #define ngx_qsort qsort |
