summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_connection.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-04-14 17:04:58 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-04-14 17:04:58 +0000
commit9e4920b810e1e5e620d3c3638b20cef7446baa6d (patch)
treedbe4721aa1ae68ea087c2b8cd2898bfcfba4b105 /src/core/ngx_connection.h
parentfd67586ef670a2ed181bb19d60619714f404aacc (diff)
downloadnginx-9e4920b810e1e5e620d3c3638b20cef7446baa6d.tar.gz
nginx-9e4920b810e1e5e620d3c3638b20cef7446baa6d.tar.bz2
nginx-0.0.1-2003-04-14-21:04:58 import
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r--src/core/ngx_connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h
index bbb6a3b3b..b5c8c8852 100644
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -85,6 +85,7 @@ extern ngx_chain_t *(*ngx_write_chain_proc)
(ngx_connection_t *c, ngx_chain_t *in);
+ssize_t ngx_recv_chain(ngx_connection_t *c, ngx_chain_t *ce);
ngx_chain_t *ngx_write_chain(ngx_connection_t *c, ngx_chain_t *in, off_t flush);