comparison src/core/ngx_buf.c @ 356:2e3cbc1bbe3c

nginx-0.0.7-2004-06-16-19:32:11 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 16 Jun 2004 15:32:11 +0000
parents 6bdf858bff8c
children 9549fc9508e5
comparison
equal deleted inserted replaced
355:0fb6c53fb135 356:2e3cbc1bbe3c
82 82
83 return chain; 83 return chain;
84 } 84 }
85 85
86 86
87 int ngx_chain_add_copy(ngx_pool_t *pool, ngx_chain_t **chain, ngx_chain_t *in) 87 ngx_int_t ngx_chain_add_copy(ngx_pool_t *pool, ngx_chain_t **chain,
88 ngx_chain_t *in)
88 { 89 {
89 ngx_chain_t *cl, **ll; 90 ngx_chain_t *cl, **ll;
90 91
91 ll = chain; 92 ll = chain;
92 93