summaryrefslogtreecommitdiffstats
path: root/net/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket.h')
-rw-r--r--net/socket.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/socket.h b/net/socket.h
index e44d26e..c4809ad 100644
--- a/net/socket.h
+++ b/net/socket.h
@@ -25,10 +25,9 @@
#define QEMU_NET_SOCKET_H
#include "net.h"
-#include "qemu-common.h"
#include "qapi-types.h"
-int net_init_socket(QemuOpts *opts, const NetClientOptions *new_opts,
- const char *name, VLANState *vlan);
+int net_init_socket(const NetClientOptions *opts, const char *name,
+ VLANState *vlan);
#endif /* QEMU_NET_SOCKET_H */
OpenPOWER on IntegriCloud