summaryrefslogtreecommitdiff
path: root/ot_iovec.h
diff options
context:
space:
mode:
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 );