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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/slirp.h b/net/slirp.h
index ef13a65e9c..e2c71eeca0 100644
--- a/net/slirp.h
+++ b/net/slirp.h
@@ -31,8 +31,8 @@
 
 #ifdef CONFIG_SLIRP
 
-int net_init_slirp(QemuOpts *opts, const NetClientOptions *new_opts,
-                   const char *name, VLANState *vlan);
+int net_init_slirp(const NetClientOptions *opts, const char *name,
+                   VLANState *vlan);
 
 void net_slirp_hostfwd_add(Monitor *mon, const QDict *qdict);
 void net_slirp_hostfwd_remove(Monitor *mon, const QDict *qdict);