aboutsummaryrefslogtreecommitdiff
path: root/net/tap.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tap.h')
-rw-r--r--net/tap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/tap.h b/net/tap.h
index e44bd2bc5f..56c591fc8e 100644
--- a/net/tap.h
+++ b/net/tap.h
@@ -57,4 +57,7 @@ int tap_get_fd(VLANClientState *vc);
struct vhost_net;
struct vhost_net *tap_get_vhost_net(VLANClientState *vc);
+int net_init_bridge(QemuOpts *opts, Monitor *mon, const char *name,
+ VLANState *vlan);
+
#endif /* QEMU_NET_TAP_H */