home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Prog / M / MacPerl 4.13 source.sit / Perl Source ƒ / MacPerl / MPSave.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-27  |  495 b   |  21 lines  |  [TEXT/MPS ]

  1. /*********************************************************************
  2. Project    :    MacPerl            -    Real Perl Application
  3. File        :    MPSave.h            -    Handle all the runtime variations
  4. Author    :    Matthias Neeracher
  5. Language    :    MPW C
  6.  
  7. $Log: MPSave.h,v $
  8. Revision 1.1  1994/02/27  23:04:18  neeri
  9. Initial revision
  10.  
  11. *********************************************************************/
  12.  
  13. #ifndef __MPSAVE__
  14. #define __MPSAVE__
  15.  
  16. #include "MPGlobals.h"
  17.  
  18. pascal OSErr DoSave(DPtr theDocument, FSSpec theFSSpec);
  19.  
  20. #endif
  21.