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

  1. /* $VER: clib/asyncio_protos.h 1.0 (9.9.95) */
  2. #ifndef ASYNCIO_PROTOS_H
  3. #define ASYNCIO_PROTOS_H 1
  4. #include <pragmas/config.h>
  5. #include <exec/types.h>
  6. #include <clib/asyncio_protos.h>  /* Note this is in the Amiga directory */
  7. #if __SUPPORTS_PRAGMAS__
  8. #ifdef __DICE_INLINE
  9. #ifdef ASIO_SHARED_LIB
  10. extern struct Library *AsyncIOBase;
  11. #include <pragmas/asyncio_pragmas.h>
  12. #endif
  13. #endif
  14. #endif
  15. #endif
  16.