]> git.proxmox.com Git - qemu.git/blobdiff - net.h
slirp: Bind support for host forwarding rules
[qemu.git] / net.h
diff --git a/net.h b/net.h
index 9edfab108ea3f848db4fdfce668168b03ae37299..016db3136563a40d768fd8054ff945c72a165660 100644 (file)
--- a/net.h
+++ b/net.h
@@ -133,7 +133,7 @@ void net_client_uninit(NICInfo *nd);
 int net_client_parse(const char *str);
 void net_slirp_smb(const char *exported_dir);
 void net_slirp_hostfwd_add(Monitor *mon, const char *redir_str);
-void net_slirp_hostfwd_remove(Monitor *mon, const char *port_str);
+void net_slirp_hostfwd_remove(Monitor *mon, const char *src_str);
 void net_slirp_redir(const char *redir_str);
 void net_cleanup(void);
 int slirp_is_inited(void);