diff options
Diffstat (limited to 'qemu_socket.h')
-rw-r--r-- | qemu_socket.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qemu_socket.h b/qemu_socket.h index 897a8ae50b..180e4dbd9b 100644 --- a/qemu_socket.h +++ b/qemu_socket.h @@ -54,9 +54,6 @@ int unix_connect(const char *path); /* Old, ipv4 only bits. Don't use for new code. */ int parse_host_port(struct sockaddr_in *saddr, const char *str); -int parse_host_src_port(struct sockaddr_in *haddr, - struct sockaddr_in *saddr, - const char *str); int socket_init(void); #endif /* QEMU_SOCKET_H */ |