summary refs log tree commit diff stats
path: root/net/slirp.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/slirp.h')
-rw-r--r--net/slirp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/slirp.h b/net/slirp.h
index e2c71eeca0..1ff21b064a 100644
--- a/net/slirp.h
+++ b/net/slirp.h
@@ -32,7 +32,7 @@
 #ifdef CONFIG_SLIRP
 
 int net_init_slirp(const NetClientOptions *opts, const char *name,
-                   VLANState *vlan);
+                   VLANClientState *peer);
 
 void net_slirp_hostfwd_add(Monitor *mon, const QDict *qdict);
 void net_slirp_hostfwd_remove(Monitor *mon, const QDict *qdict);