From 1c10462e88491d52a23e22fbc3ca0012591df095 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 3 Jun 2003 15:42:58 +0000 Subject: nginx-0.0.1-2003-06-03-19:42:58 import --- src/core/ngx_sendfile.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/core/ngx_sendfile.h (limited to 'src/core/ngx_sendfile.h') diff --git a/src/core/ngx_sendfile.h b/src/core/ngx_sendfile.h deleted file mode 100644 index 3c211f51d..000000000 --- a/src/core/ngx_sendfile.h +++ /dev/null @@ -1,23 +0,0 @@ -#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_ */ -- cgit