]> git.proxmox.com Git - qemu.git/blobdiff - net.h
net: split all the tap code out into net/tap.c
[qemu.git] / net.h
diff --git a/net.h b/net.h
index 29ed67f4cfc3806da613bdbe76317699539a26e6..338d84ad673f87b1f6b7799022fddb9a0f5cbf2f 100644 (file)
--- a/net.h
+++ b/net.h
@@ -174,4 +174,6 @@ void net_host_device_remove(Monitor *mon, const QDict *qdict);
 
 void qdev_set_nic_properties(DeviceState *dev, NICInfo *nd);
 
+int net_handle_fd_param(Monitor *mon, const char *param);
+
 #endif