summary refs log tree commit diff stats
path: root/net/dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/dump.h')
-rw-r--r--net/dump.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/dump.h b/net/dump.h
index 85ac00be2c..0fa2dd72ca 100644
--- a/net/dump.h
+++ b/net/dump.h
@@ -25,10 +25,9 @@
 #define QEMU_NET_DUMP_H
 
 #include "net.h"
-#include "qemu-common.h"
 #include "qapi-types.h"
 
-int net_init_dump(QemuOpts *opts, const NetClientOptions *new_opts,
-                  const char *name, VLANState *vlan);
+int net_init_dump(const NetClientOptions *opts, const char *name,
+                  VLANState *vlan);
 
 #endif /* QEMU_NET_DUMP_H */