home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma76.lha / MAShare76 / Identify / include / Pascal / identify.lib
Text File  |  1996-09-14  |  484b  |  21 lines

  1. {$if not def IDENTIFY_LIB} CONST IDENTIFY_LIB=1;
  2.  
  3. {
  4. ** identify_protos.h
  5. **
  6. ** (C) 1996 Richard Körber -- All Rights Reserved
  7. }
  8.  
  9. {$if not def UTILITY_TAGITEM_H;incl "utility/tagitem.h";endif}
  10.  
  11. VAR IdentifyBase : Ptr;
  12.  
  13. LIBRARY IdentifyBase :
  14.   -30 : FUNCTION IdExpansion(a0:p_TagItem) : Long;
  15.   -36 : FUNCTION IdHardware(d0:Long;a0:p_TagItem) : Str;
  16.   -42 : FUNCTION IdAlert(d0:Long;a0:p_TagItem) : Long;
  17.   -48 : FUNCTION IdFunction(a0:Str;d0:Long;a1:p_TagItem) : Long;
  18. END;
  19.  
  20. {$endif}
  21.