]> git.proxmox.com Git - qemu.git/blobdiff - qemu_socket.h
block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
[qemu.git] / qemu_socket.h
index 7ee46ac4ecb685e411f7454a96f63696005f91b3..164ae3eb4edd59fbd09eeceb7637d39a16432dd8 100644 (file)
@@ -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 */