]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/ne2000-isa.c
net: Rename VLANClientState to NetClientState
[mirror_qemu.git] / hw / ne2000-isa.c
index 99ed965eac764cf57aa3cd939807944fa80fb49e..69982a9abbb4724eecbec8d4cfe9bddec5268dfb 100644 (file)
@@ -36,7 +36,7 @@ typedef struct ISANE2000State {
     NE2000State ne2000;
 } ISANE2000State;
 
-static void isa_ne2000_cleanup(VLANClientState *nc)
+static void isa_ne2000_cleanup(NetClientState *nc)
 {
     NE2000State *s = DO_UPCAST(NICState, nc, nc)->opaque;