home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 113
/
EnigmaAmiga113CD.iso
/
dalla_rivista
/
posta
/
asyncio.lha
/
AsyncIO
/
include
/
diceclib
/
asyncio_protos.h
Wrap
C/C++ Source or Header
|
1995-11-14
|
397b
|
16 lines
/* $VER: clib/asyncio_protos.h 1.0 (9.9.95) */
#ifndef ASYNCIO_PROTOS_H
#define ASYNCIO_PROTOS_H 1
#include <pragmas/config.h>
#include <exec/types.h>
#include <clib/asyncio_protos.h> /* Note this is in the Amiga directory */
#if __SUPPORTS_PRAGMAS__
#ifdef __DICE_INLINE
#ifdef ASIO_SHARED_LIB
extern struct Library *AsyncIOBase;
#include <pragmas/asyncio_pragmas.h>
#endif
#endif
#endif
#endif