home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Technology Seed / Mac Tech Seed Feb '97.toast / OpenDoc 1.2b2c1 / Implementation / OpenDocSetup / ProcessStuff.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-13  |  686 b   |  34 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        ProcessStuff.h
  3.  
  4.     Contains:    xxx put contents here xxx
  5.  
  6.     Owned by:    Nick Pilch
  7.  
  8.     Copyright:    © 1996 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <3>     6/24/96    NP        10002: Launch time speedups
  13.          <2>     6/23/96    NP        10002: Add some routines.
  14.          <1>     6/23/96    NP        first checked in
  15.  
  16.     To Do:
  17. */
  18.  
  19. #ifndef _PROCESSSTUFF_
  20. #define _PROCESSSTUFF_
  21.  
  22. #ifndef __TYPES__
  23. #include <Types.h>
  24. #endif
  25.  
  26. #ifndef __FILES__
  27. #include <Files.h>
  28. #endif
  29.  
  30. OSErr SystemProcessFileSpecFromName(FSSpec* fileSpec);
  31. OSErr SystemProcessFileSpecFromSecretResource(FSSpec* fileSpec);
  32. OSErr SystemProcessFileSpecFromSecretResource(FSSpec* fileSpec);
  33.  
  34. #endif /* _PROCESSSTUFF_ */