diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-11-04 22:12:39 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-04 22:12:39 +0000 |
commit | 9cc1acef18220cfc3b66d0a761f1f7c39e0b5c29 (patch) | |
tree | 8c40a56b42bd6d0071bdd3f683cf1b520fd502a8 /src/core/ngx_string.h | |
parent | f60b1a5cd9f6e509caf4513f1b28ae33cb3dae4e (diff) | |
download | nginx-9cc1acef18220cfc3b66d0a761f1f7c39e0b5c29.tar.gz nginx-9cc1acef18220cfc3b66d0a761f1f7c39e0b5c29.zip |
nginx-0.0.1-2003-11-05-01:12:39 import
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 |