home *** CD-ROM | disk | FTP | other *** search
- #ifndef PROTO_SOCKET_H
- #define PROTO_SOCKET_H \
- "$Id: socket.h,v 4.1 1994/10/05 23:17:30 ppessi Exp $"
- /*
- * SAS C Prototypes for bsdsocket.library
- *
- * Copyright © 1994 AmiTCP/IP Group,
- * Network Solutions Development, Inc.
- * All rights reserved.
- */
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef SYS_TYPES_H
- #include <sys/types.h>
- #endif
-
- extern struct Library *SocketBase;
-
- #include <clib/socket_protos.h>
- #include <pragmas/socket_pragmas.h>
- #ifdef _OPTINLINE /* for SAS C 6.3 and later */
- #include <clib/socket_inlines.h>
- #endif
- #endif /* PROTO_SOCKET_H */
-