Revision 460fec67 slirp/tcp_timer.h

b/slirp/tcp_timer.h
120 120

  
121 121
struct tcpcb;
122 122

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

  
127 127
#endif

Also available in: Unified diff