mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
net/slirp: Move prototype def into slirp.h
This commit is contained in:
committed by
mborgerson
parent
212988421f
commit
816c875ac4
@@ -32,6 +32,10 @@ void hmp_hostfwd_remove(Monitor *mon, const QDict *qdict);
|
||||
|
||||
void hmp_info_usernet(Monitor *mon, const QDict *qdict);
|
||||
|
||||
#ifdef XBOX
|
||||
void *slirp_get_state_from_netdev(const char *id);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* QEMU_NET_SLIRP_H */
|
||||
|
||||
@@ -42,8 +42,6 @@
|
||||
static const char *id = "xemu-netdev";
|
||||
static const char *id_hubport = "xemu-netdev-hubport";
|
||||
|
||||
void *slirp_get_state_from_netdev(const char *id);
|
||||
|
||||
void xemu_net_enable(void)
|
||||
{
|
||||
Error *local_err = NULL;
|
||||
|
||||
Reference in New Issue
Block a user