diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2010-04-01 19:57:08 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-04-09 18:55:54 +0200 |
commit | 0706a4dcce88942462ca85aa2dcea0795ee655c4 (patch) | |
tree | 4ee14b47e16e41aa1d576bbaf077d99933f74418 /qemu_socket.h | |
parent | e9d0fc74636cd713414c17139659ad2f69a46da0 (diff) |
move socket_init to qemu-sockets.c
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'qemu_socket.h')
-rw-r--r-- | qemu_socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu_socket.h b/qemu_socket.h index 7ee46ac4ec..164ae3eb4e 100644 --- a/qemu_socket.h +++ b/qemu_socket.h @@ -56,5 +56,6 @@ 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 */ |