home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / comm / amitcp-sdk-4.0.lha / AmiTCP-SDK / netinclude / proto / socket.h next >
Encoding:
C/C++ Source or Header  |  1994-10-06  |  636 b   |  27 lines

  1. #ifndef PROTO_SOCKET_H
  2. #define PROTO_SOCKET_H \
  3.        "$Id: socket.h,v 4.1 1994/10/05 23:17:30 ppessi Exp $"
  4. /*
  5.  *    SAS C Prototypes for bsdsocket.library
  6.  *
  7.  *      Copyright © 1994 AmiTCP/IP Group,
  8.  *                       Network Solutions Development, Inc.
  9.  *                       All rights reserved.
  10.  */
  11.  
  12. #ifndef EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15. #ifndef SYS_TYPES_H
  16. #include <sys/types.h>
  17. #endif
  18.  
  19. extern struct Library *SocketBase;
  20.  
  21. #include <clib/socket_protos.h>
  22. #include <pragmas/socket_pragmas.h>
  23. #ifdef _OPTINLINE        /* for SAS C 6.3 and later */
  24. #include <clib/socket_inlines.h>
  25. #endif
  26. #endif /* PROTO_SOCKET_H */
  27.