home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-06-21 | 639 b | 25 lines | [TEXT/CWIE] |
- // File Object Handler Utilities for the WASTE Text Engine
- // Part of the WASTE Object Handler Library by Michael Kamprath, kamprath@kagi.com
- // maintenance by John C. Daub
- //
- // v1.2 28 March 1996, Cleaned up the file with precompiler directives, removing potential
- // warning messages
-
- // Adapted slightly for use in the PowerPlant "Outline Table Demo" application - jcd
-
-
- #ifndef __PROCESSES__
- #include <Processes.h>
- #endif
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- OSErr SendFinderOpenAE(FSSpec *theDoc);
- OSErr FindAProcess( OSType typeToFind, OSType creatorToFind, ProcessSerialNumberPtr processSN);
-
- #ifdef __cplusplus
- }
- #endif
-