diff options
Diffstat (limited to 'net.h')
| -rw-r--r-- | net.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net.h b/net.h index 29750567ed..04fda1d6c8 100644 --- a/net.h +++ b/net.h @@ -168,8 +168,6 @@ int qmp_netdev_add(Monitor *mon, const QDict *qdict, QObject **ret); void qdev_set_nic_properties(DeviceState *dev, NICInfo *nd); -int net_handle_fd_param(Monitor *mon, const char *param); - #define POLYNOMIAL 0x04c11db6 unsigned compute_mcast_idx(const uint8_t *ep); |