home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d575 / reqtools.lha / ReqTools / include / libraries / reqtools_lib.i next >
Text File  |  1991-12-22  |  1KB  |  47 lines

  1.     IFND LIBRARIES_REQTOOLS_LIB_I
  2. LIBRARIES_REQTOOLS_LIB_I SET 1
  3. **
  4. **    $Filename: libraries/reqtools_lib.i $
  5. **    $Release: 1.0 $
  6. **
  7. **    (C) Copyright 1991 Nico François
  8. **        All Rights Reserved
  9. **
  10.  
  11.     IFND    EXEC_TYPES_I
  12.     include "exec/types.i"
  13.     ENDC
  14.     IFND    EXEC_NODES_I
  15.     include "exec/nodes.i"
  16.     ENDC
  17.     IFND    EXEC_LISTS_I
  18.     include "exec/lists.i"
  19.     ENDC
  20.     IFND    EXEC_LIBRARIES_I
  21.     include "exec/libraries.i"
  22.     ENDC
  23.  
  24.     LIBINIT
  25.  
  26.     LIBDEF _LVOrtAllocRequestA
  27.     LIBDEF _LVOrtFreeRequest
  28.     LIBDEF _LVOrtFreeReqBuffer
  29.     LIBDEF _LVOrtChangeReqAttrA
  30.     LIBDEF _LVOrtFileRequestA
  31.     LIBDEF _LVOrtFreeFileList
  32.     LIBDEF _LVOrtEZRequestA
  33.     LIBDEF _LVOrtGetStringA
  34.     LIBDEF _LVOrtGetLongA
  35.     LIBDEF _LVOrtInternalGetPasswordA    ; private!
  36.     LIBDEF _LVOrtInternalEnterPasswordA    ; private!
  37.     LIBDEF _LVOrtFontRequestA
  38.     LIBDEF _LVOrtPaletteRequestA
  39.     LIBDEF _LVOrtReqHandlerA
  40.     LIBDEF _LVOrtSetWaitPointer
  41.     LIBDEF _LVOrtGetVScreenSize
  42.     LIBDEF _LVOrtSetReqPosition
  43.     LIBDEF _LVOrtSpread
  44.     LIBDEF _LVOrtScreenToFrontSafely
  45.  
  46.     ENDC ; LIBRARIES_REQTOOLS_LIB_I
  47.