Revision aeed97c4 slirp/tcp_timer.c

b/slirp/tcp_timer.c
44 44
 * Fast timeout routine for processing delayed acks
45 45
 */
46 46
void
47
tcp_fasttimo()
47
tcp_fasttimo(void)
48 48
{
49 49
	register struct socket *so;
50 50
	register struct tcpcb *tp;
......
69 69
 * causes finite state machine actions if timers expire.
70 70
 */
71 71
void
72
tcp_slowtimo()
72
tcp_slowtimo(void)
73 73
{
74 74
	register struct socket *ip, *ipnxt;
75 75
	register struct tcpcb *tp;
......
113 113
 * Cancel all timers for TCP tp.
114 114
 */
115 115
void
116
tcp_canceltimers(tp)
117
	struct tcpcb *tp;
116
tcp_canceltimers(struct tcpcb *tp)
118 117
{
119 118
	register int i;
120 119

  

Also available in: Unified diff