]> git.proxmox.com Git - qemu.git/blobdiff - qemu-common.h
rename qemu_sendv to iov_send, change proto and move declarations to iov.h
[qemu.git] / qemu-common.h
index 056e495f305049949438b88eeddd518475679f7a..41b8ae77cb63e70507d3b94438713f97be9eb8a1 100644 (file)
@@ -205,9 +205,6 @@ int qemu_pipe(int pipefd[2]);
 #define qemu_recv(sockfd, buf, len, flags) recv(sockfd, buf, len, flags)
 #endif
 
-int qemu_recvv(int sockfd, struct iovec *iov, int len, int iov_offset);
-int qemu_sendv(int sockfd, struct iovec *iov, int len, int iov_offset);
-
 /* Error handling.  */
 
 void QEMU_NORETURN hw_error(const char *fmt, ...) GCC_FMT_ATTR(1, 2);