summaryrefslogtreecommitdiffstats
path: root/net/dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/dump.h')
-rw-r--r--net/dump.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/dump.h b/net/dump.h
index 2b5d9ba644..85ac00be2c 100644
--- a/net/dump.h
+++ b/net/dump.h
@@ -26,7 +26,9 @@
#include "net.h"
#include "qemu-common.h"
+#include "qapi-types.h"
-int net_init_dump(QemuOpts *opts, const char *name, VLANState *vlan);
+int net_init_dump(QemuOpts *opts, const NetClientOptions *new_opts,
+ const char *name, VLANState *vlan);
#endif /* QEMU_NET_DUMP_H */