aboutsummaryrefslogtreecommitdiff
path: root/qemu_socket.h
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2011-02-24 12:22:10 +0100
committerAurelien Jarno <aurelien@aurel32.net>2011-03-06 20:06:50 +0100
commit85bb6d36b055e64778086b951ea282b383014274 (patch)
tree0ba5919ae12fae45bb4b901eb22be26c0db9e7a4 /qemu_socket.h
parent0d2e91c17829729812bf5d22d20dd0f5d2554ec2 (diff)
net: remove parse_host_src_port() function
It was deprecated, and it has no users. Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'qemu_socket.h')
-rw-r--r--qemu_socket.h3
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 */