home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / YAK211SR.LHA / Yak_2.11_Src / Prefs / Include / Filereq.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-16  |  403 b   |  18 lines

  1.  
  2. #ifdef MUI
  3. #   define AllocAslRequestTags  MUI_AllocAslRequestTags
  4. #   define AslRequestTags       MUI_AslRequestTags
  5. #   define FreeAslRequest       MUI_FreeAslRequest
  6. #endif
  7.  
  8.  
  9. typedef struct {
  10.         struct Window *frp_Window;
  11.         char          *frp_Title;
  12.         char          *frp_InitialFile;
  13.         ULONG          frp_Flag1;
  14. } FileReqParams;
  15.  
  16.  
  17. char *OpenFileRequester(FileReqParams *frp);
  18.