home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Graphics / PPT / include / clib / iomod_protos.h < prev    next >
C/C++ Source or Header  |  1999-11-28  |  553b  |  14 lines

  1. /*
  2.  *  $Id: iomod_protos.h,v 6.0 1999/11/28 18:50:18 jj Exp jj $
  3.  */
  4. #ifndef CLIB_IOMOD_PROTOS_H
  5. #define CLIB_IOMOD_PROTOS_H
  6.  
  7. ULONG  IOInquire( ULONG attribute, struct PPTBase *PPTBase );
  8. BOOL   IOCheck( BPTR fh, LONG len, UBYTE *buf, struct PPTBase *PPTBase );
  9. PERROR IOLoad( BPTR fh, FRAME *frame, struct TagItem *tags, struct PPTBase *PPTBase );
  10. PERROR IOSave( BPTR fh, ULONG format, FRAME *frame, struct TagItem *tags, struct PPTBase *PPTBase );
  11. PERROR IOGetArgs( ULONG format, FRAME *frame, struct TagItem *tags, struct PPTBase *PPTBase );
  12.  
  13. #endif
  14.