4 * Copyright IBM, Corp. 2012
10 * This work is licensed under the terms of the GNU LGPL, version 2 or later.
11 * See the COPYING.LIB file in the top-level directory.
18 NetClientState *net_hub_add_port(int hub_id, const char *name,
19 NetClientState *hubpeer);
20 void net_hub_info(Monitor *mon);
21 void net_hub_check_clients(void);
22 bool net_hub_flush(NetClientState *nc);
24 #endif /* NET_HUB_H */