#ifndef _NGX_SENDFILE_H_INCLUDED_ #define _NGX_SENDFILE_H_INCLUDED_ #include #include #include #include #include #include #include int ngx_sendfile(ngx_connection_t *c, ngx_iovec_t *headers, int hdr_cnt, ngx_fd_t fd, off_t offset, size_t nbytes, ngx_iovec_t *trailers, int trl_cnt, off_t *sent, u_int flags); extern u_int ngx_sendfile_flags; #endif /* _NGX_SENDFILE_H_INCLUDED_ */