Admin Panel

/*
 * :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 PROTO_SOCKET_H
#define PROTO_SOCKET_H 1

#ifndef PROTO_BSDSOCKET_H
#include <proto/bsdsocket.h>
#endif /* PROTO_BSDSOCKET_H */

#endif /* PROTO_SOCKET_H */