diff options
Diffstat (limited to 'ot_iovec.h')
| -rw-r--r-- | ot_iovec.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -9,6 +9,7 @@ | |||
| 9 | #include <sys/uio.h> | 9 | #include <sys/uio.h> |
| 10 | 10 | ||
| 11 | 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 ); |
| 12 | void *iovec_append( int *iovec_entries, struct iovec **iovector, struct iovec *append_iovector ); | ||
| 12 | void iovec_fixlast( int *iovec_entries, struct iovec **iovector, void *last_ptr ); | 13 | void iovec_fixlast( int *iovec_entries, struct iovec **iovector, void *last_ptr ); |
| 13 | void iovec_free( int *iovec_entries, struct iovec **iovector ); | 14 | void iovec_free( int *iovec_entries, struct iovec **iovector ); |
| 14 | 15 | ||
