comparison src/core/ngx_connection.h @ 75:869b10be682f

nginx-0.0.1-2003-04-14-21:04:58 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 14 Apr 2003 17:04:58 +0000
parents 4222c496acb3
children 5f6d848dcbef
comparison
equal deleted inserted replaced
74:17ab1af8c3dd 75:869b10be682f
83 83
84 extern ngx_chain_t *(*ngx_write_chain_proc) 84 extern ngx_chain_t *(*ngx_write_chain_proc)
85 (ngx_connection_t *c, ngx_chain_t *in); 85 (ngx_connection_t *c, ngx_chain_t *in);
86 86
87 87
88 ssize_t ngx_recv_chain(ngx_connection_t *c, ngx_chain_t *ce);
88 ngx_chain_t *ngx_write_chain(ngx_connection_t *c, ngx_chain_t *in, off_t flush); 89 ngx_chain_t *ngx_write_chain(ngx_connection_t *c, ngx_chain_t *in, off_t flush);
89 90
90 91
91 /* TODO: move it to OS specific file */ 92 /* TODO: move it to OS specific file */
92 #if (__FreeBSD__) 93 #if (__FreeBSD__)