aboutsummaryrefslogtreecommitdiff
path: root/qemu_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu_socket.h')
-rw-r--r--qemu_socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu_socket.h b/qemu_socket.h
index ef2d88bfe9..f8817bf86b 100644
--- a/qemu_socket.h
+++ b/qemu_socket.h
@@ -31,5 +31,6 @@ int inet_aton(const char *cp, struct in_addr *ia);
#endif /* !_WIN32 */
void socket_set_nonblock(int fd);
+int parse_host_port(struct sockaddr_in *saddr, const char *str);
#endif /* QEMU_SOCKET_H */