view src/os/unix/ngx_linux.h @ 378:b7d3625c9336

nginx-0.0.7-2004-07-05-23:53:02 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Jul 2004 19:53:02 +0000
parents 7650aea1816f
children b670db10cbbd
line wrap: on
line source

#ifndef _NGX_LINUX_H_INCLUDED_
#define _NGX_LINUX_H_INCLUDED_


ngx_chain_t *ngx_linux_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in,
                                      off_t limit);


#endif /* _NGX_LINUX_H_INCLUDED_ */