summaryrefslogtreecommitdiff
path: root/ot_iovec.h
diff options
context:
space:
mode:
authorerdgeist <>2007-12-03 00:52:05 +0000
committererdgeist <>2007-12-03 00:52:05 +0000
commitb0e4ebbbf2a3235077c6d607ef881b6791597087 (patch)
tree45812c7cfecef0979633e90fd4e8cf40518bcc8e /ot_iovec.h
parent89f291566b850e86c379f485eec4a2dfea87c391 (diff)
Simplify includes
Diffstat (limited to 'ot_iovec.h')
-rw-r--r--ot_iovec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ot_iovec.h b/ot_iovec.h
index d52a167..d7105bd 100644
--- a/ot_iovec.h
+++ b/ot_iovec.h
@@ -4,8 +4,6 @@
4#ifndef __OT_IOVEC_H__ 4#ifndef __OT_IOVEC_H__
5#define __OT_IOVEC_H__ 5#define __OT_IOVEC_H__
6 6
7#include <sys/uio.h>
8
9void *iovec_increase( int *iovec_entries, struct iovec **iovector, size_t new_alloc ); 7void *iovec_increase( int *iovec_entries, struct iovec **iovector, size_t new_alloc );
10void iovec_fixlast( int *iovec_entries, struct iovec **iovector, void *last_ptr ); 8void iovec_fixlast( int *iovec_entries, struct iovec **iovector, void *last_ptr );
11void iovec_free( int *iovec_entries, struct iovec **iovector ); 9void iovec_free( int *iovec_entries, struct iovec **iovector );