home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / IncPOS.lzx / pLib / SpIcon.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-18  |  894 b   |  33 lines

  1. #ifndef __INC_POS_PLIB_SPICON_H
  2. #define __INC_POS_PLIB_SPICON_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7.  
  8.  $AUT Holger Burkarth
  9.  $DAT >>SpIcon.h<<   06 Feb 1997    11:32:22 - (C) ProDAD
  10. *******************************************************************/
  11. #include "p:pExec/Library.h"
  12.  
  13. extern struct pOS_IconBase *gb_IconBase;
  14.  
  15. struct pOS_DiskObject;
  16.  
  17.  
  18. /*----------------------------------
  19. -----------------------------------*/
  20. struct pOS_IconLibFunction
  21. {
  22.  
  23.   VOID (*pOS_CloseDiskObject_func)(_R_LB pOS_IconBase*,_R_A0 __ARID__ pOS_DiskObject*);
  24.   UBYTE _d1[8];
  25.   __ARID__ pOS_DiskObject* (*pOS_LoadDiskObjectA_func)(_R_LB pOS_IconBase*,_R_A0 const pOS_FileLock*,_R_A1 const dosname_t*,_R_A2 const pOS_TagItem*);
  26.   UBYTE _d0[8];
  27.  
  28.   pOS_StdLibraryFunction StdLib;
  29. }; /* => Base */
  30.  
  31.  
  32. #endif
  33.