diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-11-27 07:45:22 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-27 07:45:22 +0000 |
commit | 0e499db3ed63432cfacd08282cce1d42b568b567 (patch) | |
tree | 3dc7936e2083a5b72f82340973dd3dea55bb1ee8 /src/os/unix/ngx_solaris.h | |
parent | c0f8d91bde06aeeb53ff16d6c26490f5961f5a31 (diff) | |
download | nginx-0e499db3ed63432cfacd08282cce1d42b568b567.tar.gz nginx-0e499db3ed63432cfacd08282cce1d42b568b567.zip |
nginx-0.0.1-2003-11-27-10:45:22 import
Diffstat (limited to 'src/os/unix/ngx_solaris.h')
-rw-r--r-- | src/os/unix/ngx_solaris.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/os/unix/ngx_solaris.h b/src/os/unix/ngx_solaris.h new file mode 100644 index 000000000..c0829b782 --- /dev/null +++ b/src/os/unix/ngx_solaris.h @@ -0,0 +1,8 @@ +#ifndef _NGX_SOLARIS_H_INCLUDED_ +#define _NGX_SOLARIS_H_INCLUDED_ + + +ngx_chain_t *ngx_solaris_sendfilev_chain(ngx_connection_t *c, ngx_chain_t *in); + + +#endif /* _NGX_SOLARIS_H_INCLUDED_ */ |