home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / comm / amitcp-3.0ß2.lha / AmiTCP / src / amitcp / protos / netinet / tcp_output_protos.h < prev    next >
Encoding:
Text File  |  1993-03-05  |  152 b   |  9 lines

  1. /* Prototypes for functions defined in
  2. tcp_output.c
  3.  */
  4.  
  5. int tcp_output(register struct tcpcb * tp);
  6.  
  7. void tcp_setpersist(register struct tcpcb * tp);
  8.  
  9.