summary refs log tree commit diff stats
path: root/net/vde.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/vde.h')
-rw-r--r--net/vde.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/vde.h b/net/vde.h
index 5fc17f980e..ad502ef4de 100644
--- a/net/vde.h
+++ b/net/vde.h
@@ -25,13 +25,12 @@
 #define QEMU_NET_VDE_H
 
 #include "qemu-common.h"
-#include "qemu-option.h"
 #include "qapi-types.h"
 
 #ifdef CONFIG_VDE
 
-int net_init_vde(QemuOpts *opts, const NetClientOptions *new_opts,
-                 const char *name, VLANState *vlan);
+int net_init_vde(const NetClientOptions *opts, const char *name,
+                 VLANState *vlan);
 
 #endif /* CONFIG_VDE */