comparison src/os/unix/ngx_solaris.h @ 197:0b81c7a0b133

nginx-0.0.1-2003-11-27-10:45:22 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 27 Nov 2003 07:45:22 +0000
parents
children 7650aea1816f
comparison
equal deleted inserted replaced
196:11fbd0fc041d 197:0b81c7a0b133
1 #ifndef _NGX_SOLARIS_H_INCLUDED_
2 #define _NGX_SOLARIS_H_INCLUDED_
3
4
5 ngx_chain_t *ngx_solaris_sendfilev_chain(ngx_connection_t *c, ngx_chain_t *in);
6
7
8 #endif /* _NGX_SOLARIS_H_INCLUDED_ */