summaryrefslogtreecommitdiffstats
path: root/net/dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/dump.h')
-rw-r--r--net/dump.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/dump.h b/net/dump.h
index fdc91ad6dc..0fa2dd72ca 100644
--- a/net/dump.h
+++ b/net/dump.h
@@ -25,9 +25,9 @@
#define QEMU_NET_DUMP_H
#include "net.h"
-#include "qemu-common.h"
+#include "qapi-types.h"
-int net_init_dump(QemuOpts *opts, Monitor *mon,
- const char *name, VLANState *vlan);
+int net_init_dump(const NetClientOptions *opts, const char *name,
+ VLANState *vlan);
#endif /* QEMU_NET_DUMP_H */