home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1992 July / Nautilus-3-8 / Nautilus-3-8.bin / Tools & Utilities / Techy Stuff / Source ƒ / egrep-1.5 / grep-src / gff.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-27  |  719 b   |  21 lines

  1. /*______________________________________________________________________
  2.  
  3.     gff.h - Get File or Folder Module Interface.
  4.     
  5.     Copyright ⌐ 1988, 1989, 1990 Northwestern University.  Permission is granted
  6.     to use this code in your own projects, provided you give credit to both
  7.     John Norstad and Northwestern University in your about box or document.
  8. _____________________________________________________________________*/
  9.  
  10. #ifndef __gff__
  11. #define __gff__
  12.  
  13. char *PathNameFromDirID(long DirID, short vRefNum, char *s);
  14. char *PathNameFromWD(long vRefNum, char *s);
  15.  
  16. extern void gff_Get (Point *where, Str255 prompt, FileFilterProcPtr fileFilter, 
  17.     short numTypes, SFTypeList typeList, SFReply *reply, 
  18.     short dlgID);
  19.     
  20. #endif
  21.