blob: 44ce79679832a3d31da2f2b82113e413de61c33d [file] [log] [blame]
Igor Sysoevd90282d2004-09-28 08:34:51 +00001
2/*
Igor Sysoevff8da912004-09-29 16:00:49 +00003 * Copyright (C) Igor Sysoev
Igor Sysoevd90282d2004-09-28 08:34:51 +00004 */
5
6
Igor Sysoev0e499db2003-11-27 07:45:22 +00007#ifndef _NGX_SOLARIS_H_INCLUDED_
8#define _NGX_SOLARIS_H_INCLUDED_
9
10
Igor Sysoevef066482004-06-21 15:59:32 +000011ngx_chain_t *ngx_solaris_sendfilev_chain(ngx_connection_t *c, ngx_chain_t *in,
Igor Sysoevd039a2e2005-02-22 14:40:13 +000012 off_t limit);
Igor Sysoev0e499db2003-11-27 07:45:22 +000013
14
15#endif /* _NGX_SOLARIS_H_INCLUDED_ */