home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Cruncher / crm_v195.lha / crmv1.95t / developer / assembler / include / libraries / CrM_Lib.i next >
Encoding:
Text File  |  1995-04-16  |  686 b   |  36 lines

  1.     IFND    LIBRARIES_CRM_LIB_I
  2. LIBRARIES_CRM_LIB_I    SET    1
  3. **
  4. **    $Filename: libraries/crm_lib.i $
  5. **    $Release: 4.0 $
  6. **      $Date: 21-Sep-93 $
  7. **
  8. **    (c) 1992-3 Thomas Schwarz
  9. **    All Rights Reserved
  10. **
  11.  
  12.     IFND    EXEC_TYPES_I
  13.     include    "exec/types.i"
  14.     ENDC
  15.     IFND    EXEC_NODES_I
  16.     include    "exec/nodes.i"
  17.     ENDC
  18.     IFND    EXEC_LIBRARIES_I
  19.     include "exec/libraries.i"
  20.     ENDC
  21.  
  22.     LIBINIT
  23.  
  24.     LIBDEF    _LVOcmLoadSeg        ;NOT for
  25.     LIBDEF    _LVOcmPrivate1        ;public use!
  26.     LIBDEF    _LVOcmCheckCrunched
  27.     LIBDEF    _LVOcmDecrunch
  28.     LIBDEF    _LVOcmProcessPW
  29.     LIBDEF    _LVOcmCryptData
  30.     LIBDEF    _LVOcmProcessCrunchStructA
  31.     LIBDEF    _LVOcmCrunchData
  32.     LIBDEF    _LVOcmAllocCrunchStructA
  33.     LIBDEF    _LVOcmFreeCrunchStruct
  34.  
  35.     ENDC    ; LIBRARIES_CRM_LIB_I
  36.