home *** CD-ROM | disk | FTP | other *** search
- /*********************************************************************
- Project : MacPerl - Real Perl Application
- File : MPSave.h - Handle all the runtime variations
- Author : Matthias Neeracher
- Language : MPW C
-
- $Log: MPSave.h,v $
- Revision 1.1 1994/02/27 23:04:18 neeri
- Initial revision
-
- *********************************************************************/
-
- #ifndef __MPSAVE__
- #define __MPSAVE__
-
- #include "MPGlobals.h"
-
- pascal OSErr DoSave(DPtr theDocument, FSSpec theFSSpec);
-
- #endif
-