home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / comm / amitcp-3.0ß2.lha / AmiTCP / netinclude / proto / socket.h next >
C/C++ Source or Header  |  1994-02-26  |  700b  |  31 lines

  1. #ifndef PROTO_SOCKET_H
  2. #define PROTO_SOCKET_H
  3. /*
  4. **      $Filename: proto/socket.h $
  5. **    $Release$
  6. **      $Revision: 3.3 $
  7. **      $Date: 1994/02/26 18:52:01 $
  8. **
  9. **    SAS C Prototypes for bsdsocket.library
  10. **
  11. **    Copyright © 1993 AmiTCP/IP Group, <AmiTCP-Group@hut.fi>
  12. **                  Helsinki University of Technology, Finland.
  13. **                  All rights reserved.
  14. */
  15.  
  16. #ifndef EXEC_TYPES_H
  17. #include <exec/types.h>
  18. #endif
  19. #ifndef SYS_TYPES_H
  20. #include <sys/types.h>
  21. #endif
  22.  
  23. extern struct Library *SocketBase;
  24.  
  25. #include <clib/socket_protos.h>
  26. #include <pragmas/socket_pragmas.h>
  27. #ifdef _OPTINLINE        /* for SAS C 6.3 and later */
  28. #include <clib/socket_inlines.h>
  29. #endif
  30. #endif /* PROTO_SOCKET_H */
  31.