diff src/os/unix/ngx_sendv.h @ 9:6f58641241bb

nginx-0.0.1-2002-09-07-14:14:25 import
author Igor Sysoev <igor@sysoev.ru>
date Sat, 07 Sep 2002 10:14:25 +0000
parents 34a521b1a148
children
line wrap: on
line diff
--- a/src/os/unix/ngx_sendv.h
+++ b/src/os/unix/ngx_sendv.h
@@ -3,13 +3,13 @@
 
 
 #include <ngx_types.h>
-#include <ngx_socket.h>
+#include <ngx_connection.h>
 
 typedef struct iovec  ngx_iovec_t;
 #define ngx_iov_base  iov_base
 #define ngx_iov_len   iov_len
 
-ssize_t ngx_sendv(ngx_socket_t s, ngx_iovec_t *iovec, int n, size_t *sent);
+ssize_t ngx_sendv(ngx_connection_t *c, ngx_iovec_t *iovec, int n);
 
 
 #endif /* _NGX_SENDV_H_INCLUDED_ */