summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-11-19 14:25:56 +0000
committerJeremy Allison <jra@samba.org>2014-12-07 00:12:07 +0100
commit0013001e702a091b102c3a9a531d12e1d8d97828 (patch)
treebb3707402337503a55b8e63f83e531c065971173 /source3/include
parent214fc09a3443ab62772666a985975fa548b215fa (diff)
downloadsamba-0013001e702a091b102c3a9a531d12e1d8d97828.tar.gz
samba-0013001e702a091b102c3a9a531d12e1d8d97828.tar.xz
samba-0013001e702a091b102c3a9a531d12e1d8d97828.zip
lib: Split out write_data[_iov]
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index d9815f49f1..82b2fb5b31 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -567,8 +567,6 @@ NTSTATUS read_fd_with_timeout(int fd, char *buf,
size_t *size_ret);
NTSTATUS read_data_ntstatus(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,