diff options
| author | erdgeist <> | 2008-11-28 22:21:10 +0000 |
|---|---|---|
| committer | erdgeist <> | 2008-11-28 22:21:10 +0000 |
| commit | 334c6e4bbb97a4c0656e1b07c3e6a565f68eae2b (patch) | |
| tree | f84ad28c39b32d0906e32e8ba5e461ecdaed7799 /ot_iovec.h | |
| parent | ff6c0339c13a6b42149ba91da14dbb824307cea7 (diff) | |
The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version.
Diffstat (limited to 'ot_iovec.h')
| -rw-r--r-- | ot_iovec.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -6,6 +6,8 @@ | |||
| 6 | #ifndef __OT_IOVEC_H__ | 6 | #ifndef __OT_IOVEC_H__ |
| 7 | #define __OT_IOVEC_H__ | 7 | #define __OT_IOVEC_H__ |
| 8 | 8 | ||
| 9 | #include <sys/uio.h> | ||
| 10 | |||
| 9 | void *iovec_increase( int *iovec_entries, struct iovec **iovector, size_t new_alloc ); | 11 | 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 ); | 12 | void iovec_fixlast( int *iovec_entries, struct iovec **iovector, void *last_ptr ); |
| 11 | void iovec_free( int *iovec_entries, struct iovec **iovector ); | 13 | void iovec_free( int *iovec_entries, struct iovec **iovector ); |
