nginx/src/os/unix/ngx_solaris.h

16 lines
291 B
C
Raw Normal View History

/*
* Copyright (C) 2002-2004 Igor Sysoev
*/
2003-11-27 15:45:22 +08:00
#ifndef _NGX_SOLARIS_H_INCLUDED_
#define _NGX_SOLARIS_H_INCLUDED_
2004-06-21 23:59:32 +08:00
ngx_chain_t *ngx_solaris_sendfilev_chain(ngx_connection_t *c, ngx_chain_t *in,
off_t limit);
2003-11-27 15:45:22 +08:00
#endif /* _NGX_SOLARIS_H_INCLUDED_ */