aboutsummaryrefslogtreecommitdiff
path: root/slirp/tcp_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'slirp/tcp_timer.h')
-rw-r--r--slirp/tcp_timer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/slirp/tcp_timer.h b/slirp/tcp_timer.h
index f648ed0de7..cfb06ffc87 100644
--- a/slirp/tcp_timer.h
+++ b/slirp/tcp_timer.h
@@ -120,8 +120,8 @@ extern const int tcp_backoff[];
struct tcpcb;
-void tcp_fasttimo _P((void));
-void tcp_slowtimo _P((void));
+void tcp_fasttimo _P((Slirp *));
+void tcp_slowtimo _P((Slirp *));
void tcp_canceltimers _P((struct tcpcb *));
#endif