home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / macify13.shr / macify.hqx / Source / U / InitExitMacify.h < prev    next >
Text File  |  1991-03-15  |  528b  |  22 lines

  1. /*   InitExitMacify                                                          Program Init and Exit routines 
  2.  
  3. File name:  InitExitMacify.h  
  4. Function:  This module contains the extra program initialization
  5.      routine as well as the program exit and cleanup routine.
  6. /* History: 3/15/91 Original by Prototyper 3.0   */
  7.  
  8.  
  9.  
  10.  
  11. /* ======================================================= */
  12.  
  13. /* Program initializations */
  14. void ApplInit_Macify(void);
  15.  
  16. /* Program exit and cleanup */
  17. void ApplExit_Macify(void);
  18.  
  19.  
  20. /* ======================================================= */
  21.  
  22.