diff options
Diffstat (limited to 'net.h')
| -rw-r--r-- | net.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net.h b/net.h index 7e629d3aac..adeef0c08d 100644 --- a/net.h +++ b/net.h @@ -100,6 +100,7 @@ void qemu_check_nic_model(NICInfo *nd, const char *model); int qemu_find_nic_model(NICInfo *nd, const char * const *models, const char *default_model); +void print_net_client(Monitor *mon, NetClientState *nc); void do_info_network(Monitor *mon); /* NIC info */ |