aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_string.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-08-27 15:40:59 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-08-27 15:40:59 +0000
commit967fd637e08b6df4f635014fb572296372c89254 (patch)
tree4f9dfe10ea18abb68a6f0aaf774f5f5e7c54cc3b /src/core/ngx_string.h
parent6d7332d02a043a92f2baf9bbe29949f3760a502c (diff)
downloadnginx-967fd637e08b6df4f635014fb572296372c89254.tar.gz
nginx-967fd637e08b6df4f635014fb572296372c89254.zip
nginx-0.0.10-2004-08-27-19:40:59 import
Diffstat (limited to 'src/core/ngx_string.h')
-rw-r--r--src/core/ngx_string.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ngx_string.h b/src/core/ngx_string.h
index d087e3e96..8a0212685 100644
--- a/src/core/ngx_string.h
+++ b/src/core/ngx_string.h
@@ -71,6 +71,9 @@ ngx_int_t ngx_hextoi(u_char *line, size_t n);
void ngx_md5_text(u_char *text, u_char *md5);
+ngx_int_t ngx_encode_base64(ngx_pool_t *pool, ngx_str_t *src, ngx_str_t *dst);
+ngx_int_t ngx_decode_base64(ngx_pool_t *pool, ngx_str_t *src, ngx_str_t *dst);
+
#define ngx_qsort qsort