#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.
 */


#include <clib/socket_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/socket.h>
#endif

#if !defined(__NOLIBBASE__)
extern struct Library *SocketBase;
#endif

#endif /* PROTO_SOCKET_H */
