/* * :ts=8 * * 'Roadshow' -- Amiga TCP/IP stack * Copyright © 2001-2016 by Olaf Barthel. * All Rights Reserved. * * "Miami" compatibility header file * * Amiga specific TCP/IP 'C' header files; * Freely Distributable */ #ifndef CLIB_SOCKET_PROTOS_H #define CLIB_SOCKET_PROTOS_H 1 /****************************************************************************/ #ifndef CLIB_BSDSOCKET_PROTOS_H #include #endif /* CLIB_BSDSOCKET_PROTOS_H */ /****************************************************************************/ #define SOCKETNAME "bsdsocket.library" /****************************************************************************/ #endif /* !CLIB_SOCKET_PROTOS_H */