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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/slirp/tcp_timer.h b/slirp/tcp_timer.h
index cfb06ffc87..ff17914f41 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((Slirp *));
-void tcp_slowtimo _P((Slirp *));
-void tcp_canceltimers _P((struct tcpcb *));
+void tcp_fasttimo(Slirp *);
+void tcp_slowtimo(Slirp *);
+void tcp_canceltimers(struct tcpcb *);
#endif