From 85bb6d36b055e64778086b951ea282b383014274 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Thu, 24 Feb 2011 12:22:10 +0100 Subject: net: remove parse_host_src_port() function It was deprecated, and it has no users. Signed-off-by: Juan Quintela Signed-off-by: Aurelien Jarno --- qemu_socket.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'qemu_socket.h') diff --git a/qemu_socket.h b/qemu_socket.h index 897a8ae..180e4db 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 */ -- cgit v1.1