commit | 0706a4dcce88942462ca85aa2dcea0795ee655c4 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <[email protected]> | Thu Apr 01 19:57:08 2010 +0200 |
committer | Aurelien Jarno <[email protected]> | Fri Apr 09 18:55:54 2010 +0200 |
tree | 4ee14b47e16e41aa1d576bbaf077d99933f74418 | |
parent | e9d0fc74636cd713414c17139659ad2f69a46da0 [diff] [blame] |
move socket_init to qemu-sockets.c Signed-off-by: Paolo Bonzini <[email protected]> Signed-off-by: Aurelien Jarno <[email protected]>
diff --git a/qemu_socket.h b/qemu_socket.h index 7ee46ac..164ae3e 100644 --- a/qemu_socket.h +++ b/qemu_socket.h
@@ -56,5 +56,6 @@ int parse_host_src_port(struct sockaddr_in *haddr, struct sockaddr_in *saddr, const char *str); +int socket_init(void); #endif /* QEMU_SOCKET_H */