home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / ip / manage / snmp / mit / bsd / tcp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-17  |  396 b   |  21 lines

  1. #ifndef        _TCP_H_
  2. #define        _TCP_H_
  3.  
  4. /*
  5.  *    $Header: tcp.h,v 3.0 91/05/17 16:14:39 jrd Rel $
  6.  *    Author: J. Davin
  7.  *    Copyright 1988, 1989, Massachusetts Institute of Technology
  8.  *    See permission and disclaimer notice in file "notice.h"
  9.  */
  10.  
  11. #include    <notice.h>
  12.  
  13. #include    <ctypes.h>
  14. #include    <smp.h>
  15.  
  16. SmpStatusType    tcpSend ();
  17. SmpSocketType    tcpNew ();
  18. SmpSocketType    tcpFree ();
  19.  
  20. #endif        /*    _TCP_H_    */
  21.