aboutsummaryrefslogtreecommitdiffstats
path: root/net.h
diff options
context:
space:
mode:
authorDavid Turner <digit@android.com>2010-09-10 10:42:32 +0200
committerDavid 'Digit' Turner <digit@android.com>2010-09-13 00:30:34 -0700
commitd06599430ac907d1a89bbfda4bf3621f909aac8e (patch)
tree196c05a749a555b4b42b29622a7fa23913fa72d0 /net.h
parenta25351325187eb8eff8b9b090acd8f2d7684c6ff (diff)
downloadexternal_qemu-d06599430ac907d1a89bbfda4bf3621f909aac8e.zip
external_qemu-d06599430ac907d1a89bbfda4bf3621f909aac8e.tar.gz
external_qemu-d06599430ac907d1a89bbfda4bf3621f909aac8e.tar.bz2
upstream: qemu-common.h updates.
Diffstat (limited to 'net.h')
-rw-r--r--net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net.h b/net.h
index 89e7706..ad17fdf 100644
--- a/net.h
+++ b/net.h
@@ -5,7 +5,6 @@
/* VLANs support */
-typedef struct VLANClientState VLANClientState;
typedef int (NetCanReceive)(VLANClientState *);
typedef ssize_t (NetReceive)(VLANClientState *, const uint8_t *, size_t);