Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-06-21 19:59:32 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-06-21 19:59:32 +0400
commitef06648615d6ce6e000e6c737f80c2ba9fa04d3a (patch)
tree5f840689ca43ecba7218f9709f1bdfaa27611f53 /src/os/unix/ngx_linux.h
parent73a73b5a60b1c6c985f3e9a5d7cddbe292ad01a4 (diff)
nginx-0.0.7-2004-06-21-19:59:32 import
Diffstat (limited to 'src/os/unix/ngx_linux.h')
-rw-r--r--src/os/unix/ngx_linux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/os/unix/ngx_linux.h b/src/os/unix/ngx_linux.h
index 0cbb677c8..a5fc9d907 100644
--- a/src/os/unix/ngx_linux.h
+++ b/src/os/unix/ngx_linux.h
@@ -2,7 +2,8 @@
#define _NGX_LINUX_H_INCLUDED_
-ngx_chain_t *ngx_linux_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in);
+ngx_chain_t *ngx_linux_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in,
+ off_t limit);
#endif /* _NGX_LINUX_H_INCLUDED_ */