Revision 6cb9c6d3 slirp/tcp_timer.h

b/slirp/tcp_timer.h
120 120

  
121 121
struct tcpcb;
122 122

  
123
void tcp_fasttimo _P((Slirp *));
124
void tcp_slowtimo _P((Slirp *));
125
void tcp_canceltimers _P((struct tcpcb *));
123
void tcp_fasttimo(Slirp *);
124
void tcp_slowtimo(Slirp *);
125
void tcp_canceltimers(struct tcpcb *);
126 126

  
127 127
#endif

Also available in: Unified diff