]> git.proxmox.com Git - qemu.git/blobdiff - slirp/tcp_timer.h
Merge remote-tracking branch 'rth/tcg-next' into staging
[qemu.git] / slirp / tcp_timer.h
index f648ed0de7e397e02ec432595d8a3ce28ff21946..ff17914f4198d0bfbb8f03dae4fb3a89717487ae 100644 (file)
@@ -120,8 +120,8 @@ extern const int tcp_backoff[];
 
 struct tcpcb;
 
-void tcp_fasttimo _P((void));
-void tcp_slowtimo _P((void));
-void tcp_canceltimers _P((struct tcpcb *));
+void tcp_fasttimo(Slirp *);
+void tcp_slowtimo(Slirp *);
+void tcp_canceltimers(struct tcpcb *);
 
 #endif