comparison src/os/unix/ngx_sendfile.h @ 3:34a521b1a148

nginx-0.0.1-2002-08-20-18:48:28 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 20 Aug 2002 14:48:28 +0000
parents 4eff17414a43
children 669801705ab1
comparison
equal deleted inserted replaced
2:ffffe1499bce 3:34a521b1a148
1 #ifndef _NGX_SENDFILE_H_INCLUDED_ 1 #ifndef _NGX_SENDFILE_H_INCLUDED_
2 #define _NGX_SENDFILE_H_INCLUDED_ 2 #define _NGX_SENDFILE_H_INCLUDED_
3 3
4 4
5 #include <ngx_types.h> 5 #include <ngx_types.h>
6 #include <ngx_file.h>
7 #include <ngx_socket.h>
6 #include <ngx_log.h> 8 #include <ngx_log.h>
7 #include <ngx_sendv.h> 9 #include <ngx_sendv.h>
8 10
9 int ngx_sendfile(ngx_socket_t s, 11 int ngx_sendfile(ngx_socket_t s,
10 ngx_iovec_t *headers, int hdr_cnt, 12 ngx_iovec_t *headers, int hdr_cnt,