From d90282d8ba69973d6612c405e52636085623ddcd Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 28 Sep 2004 08:34:51 +0000 Subject: nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused files --- src/os/unix/ngx_sendv.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/os/unix/ngx_sendv.h (limited to 'src/os/unix/ngx_sendv.h') diff --git a/src/os/unix/ngx_sendv.h b/src/os/unix/ngx_sendv.h deleted file mode 100644 index 0859a2500..000000000 --- a/src/os/unix/ngx_sendv.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef _NGX_SENDV_H_INCLUDED_ -#define _NGX_SENDV_H_INCLUDED_ - - -#include -#include - -typedef struct iovec ngx_iovec_t; -#define ngx_iov_base iov_base -#define ngx_iov_len iov_len - -ssize_t ngx_sendv(ngx_connection_t *c, ngx_iovec_t *iovec, int n); - - -#endif /* _NGX_SENDV_H_INCLUDED_ */ -- cgit