8 lines
179 B
C
8 lines
179 B
C
#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);
|
|
|
|
|
|
#endif /* _NGX_LINUX_H_INCLUDED_ */
|