aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/unix/ngx_linux.h')
-rw-r--r--src/os/unix/ngx_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_linux.h b/src/os/unix/ngx_linux.h
index 12ccb97d4..0cbb677c8 100644
--- a/src/os/unix/ngx_linux.h
+++ b/src/os/unix/ngx_linux.h
@@ -2,7 +2,7 @@
#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);
#endif /* _NGX_LINUX_H_INCLUDED_ */