home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / luschsrc.sit / help.h < prev    next >
Text File  |  1990-05-23  |  389b  |  17 lines

  1. /********************************************************************************
  2.  *    help.h
  3.  *
  4.  *    Online Help Header
  5.  *
  6.  *    Written by Paco Xander Nathan
  7.  *    ⌐1990, Motorola Inc.  Public domain source code.
  8.  ********************************************************************************/
  9.  
  10. #define _H_help
  11.  
  12.  
  13. /* External Function Prototypes
  14.  */
  15. #ifdef PROTOTYPES
  16. void HelpAppl (void);
  17. #endif