diff options
Diffstat (limited to 'ot_iovec.h')
-rw-r--r-- | ot_iovec.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 | |||
9 | void *iovec_increase( int *iovec_entries, struct iovec **iovector, size_t new_alloc ); | 7 | void *iovec_increase( int *iovec_entries, struct iovec **iovector, size_t new_alloc ); |
10 | void iovec_fixlast( int *iovec_entries, struct iovec **iovector, void *last_ptr ); | 8 | void iovec_fixlast( int *iovec_entries, struct iovec **iovector, void *last_ptr ); |
11 | void iovec_free( int *iovec_entries, struct iovec **iovector ); | 9 | void iovec_free( int *iovec_entries, struct iovec **iovector ); |