home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Applications / Nuntius 1.2 / src / Nuntius / ProcessTools.h < prev    next >
Encoding:
Text File  |  1994-02-20  |  261 b   |  8 lines  |  [TEXT/MPS ]

  1. // Copyright © 1992 Peter Speck, speck@dat.ruc.dk. All rights reserved.
  2. // ProcessTools.h
  3.  
  4. #define __PROCESSTOOLS__
  5.  
  6. void LaunchApplication(FSSpec &applSpec, Boolean toFront);
  7. void OpenApplicationDocument(FSSpec &applSpec, AliasHandle aliasH, Boolean toFront);
  8.