diff options
author | Volker Lendecke <vl@samba.org> | 2008-12-22 22:17:28 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-12-29 13:24:27 +0100 |
commit | 82a152fcf9254fe4189cac12fa3fc1744284ca13 (patch) | |
tree | 1079b369f454949777b9baaadb707ead002e1fac /source3/include | |
parent | 6251b97e02c890b184e13187020c19c8c2e82f2c (diff) | |
download | samba-82a152fcf9254fe4189cac12fa3fc1744284ca13.tar.gz samba-82a152fcf9254fe4189cac12fa3fc1744284ca13.tar.bz2 samba-82a152fcf9254fe4189cac12fa3fc1744284ca13.zip |
Add write_data_iov
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index f1be1874bf..08260517ff 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1441,6 +1441,7 @@ NTSTATUS read_socket_with_timeout(int fd, char *buf, size_t *size_ret); NTSTATUS read_data(int fd, char *buffer, size_t N); ssize_t write_data(int fd, const char *buffer, size_t N); +ssize_t write_data_iov(int fd, const struct iovec *orig_iov, int iovcnt); bool send_keepalive(int client); NTSTATUS read_smb_length_return_keepalive(int fd, char *inbuf, unsigned int timeout, |