home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume23 / trn / part14 / help.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-22  |  556 b   |  25 lines

  1. /* $Header: help.h,v 4.3.3.2 91/01/16 02:41:20 davison Trn $
  2.  *
  3.  * $Log:    help.h,v $
  4.  * Revision 4.3.3.2  91/01/16  02:41:20  davison
  5.  * Added optional prototyping.
  6.  * 
  7.  * Revision 4.3.3.1  90/06/20  22:37:34  davison
  8.  * Initial Trn Release
  9.  * 
  10.  * Revision 4.3  85/05/01  11:39:19  lwall
  11.  * Baseline for release with 4.3bsd.
  12.  * 
  13.  */
  14.  
  15. void    help_init ANSI((void));
  16. int    help_ng ANSI((void));
  17. int    help_art ANSI((void));
  18. int    help_page ANSI((void));
  19. #ifdef ESCSUBS
  20.     int    help_subs ANSI((void));
  21. #endif
  22. #ifdef USETHREADS
  23.     int help_select ANSI((void));
  24. #endif
  25.