home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / iconclr.cpt / File.h < prev    next >
Encoding:
Text File  |  1990-09-14  |  182 b   |  11 lines

  1. /*
  2.     FileList 1.4
  3.     "File.h"
  4. */
  5.  
  6. void DoOpen (void);
  7. Boolean DoSave (Boolean);
  8. void DoSaveText (WindowDataPtr);
  9. void Read (short, unsigned char *);
  10. void CopySelection (WindowDataPtr);
  11.