aboutsummaryrefslogtreecommitdiffstats
path: root/net.h
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2009-10-22 17:49:07 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-30 08:39:27 -0500
commit5281d757efa6e40d74ce124be048b08d43887555 (patch)
tree7ca14526d613f2f906243c256d756853128c2199 /net.h
parentf54c7bdc48c81f4660902680d74aed5dc00cdc44 (diff)
net: split all the tap code out into net/tap.c
Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'net.h')
-rw-r--r--net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net.h b/net.h
index 29ed67f4c..338d84ad6 100644
--- 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