home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C++ / Applications / PICSee Dust 1.01 / Secondary Source / PICS_Split.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-10  |  188 b   |  7 lines  |  [TEXT/CWIE]

  1. #ifndef PICS_SPLIT_H_
  2. #define PICS_SPLIT_H_
  3.  
  4. void SetupPICSFileSplit(FSSpec *picsFile);
  5. void SplitPICSFile(OSType creatorType, FSSpec *picsFile, short fileRefNum);
  6.  
  7. #endif // PICS_SPLIT_H_