summaryrefslogtreecommitdiff
path: root/slirp/tcp_timer.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-07-01 19:11:17 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-07-01 19:11:17 +0000
commit6cb9c6d36f17c964a7e5b56c5452178f0e3abdb4 (patch)
tree88fe4f534351b5c93a74ef479771fe1acac3e764 /slirp/tcp_timer.h
parent22d091b38d30cc22b923daca8cf0f0c0cffadcd7 (diff)
downloadqemu-6cb9c6d36f17c964a7e5b56c5452178f0e3abdb4.tar.gz
Fix breakage by obsolete _P() for good
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
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