aboutsummaryrefslogtreecommitdiff
path: root/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
commitbbe3de82745cf6fabcf59344f08cd7c58149d25e (patch)
treed9d2f30006565a374f84359559c2a638bd402126 /tcp_timer.h
parent256167dc15d3932b02404905f041fc56e34b18de (diff)
downloadslirp-bbe3de82745cf6fabcf59344f08cd7c58149d25e.zip
slirp-bbe3de82745cf6fabcf59344f08cd7c58149d25e.tar.gz
slirp-bbe3de82745cf6fabcf59344f08cd7c58149d25e.tar.bz2
Fix breakage by obsolete _P() for goodv0.11.0-rc0
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'tcp_timer.h')
-rw-r--r--tcp_timer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tcp_timer.h b/tcp_timer.h
index 2ff1dfd..8df643b 100644
--- a/tcp_timer.h
+++ b/tcp_timer.h
@@ -122,8 +122,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