From: Anthony Liguori Date: Thu, 22 Oct 2009 20:29:03 +0000 (-0500) Subject: really fix net.h X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9f09204064f7df627361e0dfc1f0e86f106de8e9;p=qmiga%2Fqemu.git really fix net.h Signed-off-by: Anthony Liguori --- diff --git a/net.h b/net.h index 8d46d846ca..639be5ef15 100644 --- a/net.h +++ b/net.h @@ -73,7 +73,7 @@ struct VLANState { VLANState *qemu_find_vlan(int id, int allocate); VLANClientState *qemu_find_netdev(const char *id); -VLANClientState *qemu_new_vlan_client(net_client_type type,, +VLANClientState *qemu_new_vlan_client(net_client_type type, VLANState *vlan, VLANClientState *peer, const char *model,