X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=source3%2Finclude%2Fproto.h;h=dcecf74a8661a2193b14cbd8aa99afc0913968a0;hb=a8491cb95a2c181d40b0b94cceff8d69d137935c;hp=68a3053a7b507973a8af2a671e58625b6fe1f992;hpb=97b2570a5e526273476d3990bcef0ac074b34d67;p=obnox%2Fsamba%2Fsamba-obnox.git diff --git a/source3/include/proto.h b/source3/include/proto.h index 68a3053a7b5..dcecf74a866 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);