aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_connection.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-05-22 15:23:47 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-05-22 15:23:47 +0000
commit6a1cc903bf2db47b7061791b9e878ededcba1aa4 (patch)
tree5e9d78365d85901394f312d8eed6a1811692891b /src/core/ngx_connection.h
parentfa73aac7747c9d0a8575eb2beffcdab50171e006 (diff)
downloadnginx-6a1cc903bf2db47b7061791b9e878ededcba1aa4.tar.gz
nginx-6a1cc903bf2db47b7061791b9e878ededcba1aa4.zip
nginx-0.0.1-2003-05-22-19:23:47 import
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r--src/core/ngx_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h
index a8b8804f4..02108426c 100644
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -114,7 +114,7 @@ ngx_chain_t *ngx_write_chain(ngx_connection_t *c, ngx_chain_t *in, off_t flush);
/* TODO: move it to OS specific file */
#if (__FreeBSD__)
-ngx_chain_t *ngx_freebsd_write_chain(ngx_connection_t *c, ngx_chain_t *in);
+ngx_chain_t *ngx_freebsd_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in);
ngx_chain_t *ngx_aio_write_chain(ngx_connection_t *c, ngx_chain_t *in);
#endif