home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM A / PD-ROM A.iso / Utility / Virus Checkers / Disinfectant 2.5.1 / Source Code for 2.4 / Source Code / gff.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-04-17  |  612 b   |  18 lines  |  [TEXT/MPS ]

  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. extern void gff_Get (Point *where, Str255 prompt, FileFilterProcPtr fileFilter, 
  14.     short numTypes, SFTypeList typeList, SFReply *reply, 
  15.     short dlgID);
  16.     
  17. #endif
  18.