home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / biblioteki / c_library / asyncio / include / proto / asyncio.h
C/C++ Source or Header  |  1977-12-31  |  209b  |  9 lines

  1. #ifndef PROTO_ASYNCIO_H
  2. #define PROTO_ASYNCIO_H
  3. #include <exec/types.h>
  4. #define ASIO_SHARED_LIB
  5. extern struct Library *AsyncIOBase;
  6. #include <clib/asyncio_protos.h>
  7. #include <pragmas/asyncio_pragmas.h>
  8. #endif
  9.