]> git.proxmox.com Git - qemu.git/blobdiff - net/socket.h
place qemu-sockets.c contributions since 2012-01-13 under GPLv2+
[qemu.git] / net / socket.h
index ea46f02dd8a737fa1ea4cdac1851cd0041275304..c4809ad0d92ba7674869573264080526a1db4523 100644 (file)
@@ -25,9 +25,9 @@
 #define QEMU_NET_SOCKET_H
 
 #include "net.h"
-#include "qemu-common.h"
+#include "qapi-types.h"
 
-int net_init_socket(QemuOpts *opts, Monitor *mon,
-                    const char *name, VLANState *vlan);
+int net_init_socket(const NetClientOptions *opts, const char *name,
+                    VLANState *vlan);
 
 #endif /* QEMU_NET_SOCKET_H */