summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-11-19 14:06:49 +0000
committerJeremy Allison <jra@samba.org>2014-12-07 00:12:07 +0100
commita8491cb95a2c181d40b0b94cceff8d69d137935c (patch)
tree6bdf806d414b886bc8a4480c508000b16c27cb6a /source3/include
parent97b2570a5e526273476d3990bcef0ac074b34d67 (diff)
downloadsamba-a8491cb95a2c181d40b0b94cceff8d69d137935c.tar.gz
samba-a8491cb95a2c181d40b0b94cceff8d69d137935c.tar.xz
samba-a8491cb95a2c181d40b0b94cceff8d69d137935c.zip
lib: read_data->read_data_ntstatus
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, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 68a3053a7b..dcecf74a86 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -565,7 +565,7 @@ NTSTATUS read_fd_with_timeout(int fd, char *buf,
size_t mincnt, size_t maxcnt,
unsigned int time_out,
size_t *size_ret);
-NTSTATUS read_data(int fd, char *buffer, size_t N);
+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 iov_buflen(const struct iovec *iov, int iovlen);
uint8_t *iov_buf(TALLOC_CTX *mem_ctx, const struct iovec *iov, int iovcnt);