Files
amiga-roadshow/netinclude/pragmas/socket_pragmas.h
Carsten Larsen 231b4f93bf Initial commit
2017-05-05 20:36:04 +02:00

22 lines
457 B
C
Executable File

/*
* :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 PRAGMAS_SOCKET_PRAGMAS_H
#define PRAGMAS_SOCKET_PRAGMAS_H 1
#ifndef PRAGMAS_BSDSOCKET_PRAGMAS_H
#include <pragmas/bsdsocket_pragmas.h>
#endif /* PRAGMAS_BSDSOCKET_PRAGMAS_H */
#endif /* !PRAGMAS_SOCKET_PRAGMAS_H */