home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / src / amitcp / protos / netinet / tcp_timer_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-05  |  244 b   |  14 lines

  1. /* Prototypes for functions defined in
  2. tcp_timer.c
  3.  */
  4.  
  5. void tcp_fasttimo(void);
  6.  
  7. void tcp_slowtimo(void);
  8.  
  9. void tcp_canceltimers(struct tcpcb * tp);
  10.  
  11. struct tcpcb * tcp_timers(register struct tcpcb * tp,
  12.                           int timer);
  13.  
  14.