home *** CD-ROM | disk | FTP | other *** search
- /* $Header: help.h,v 4.3.3.2 91/01/16 02:41:20 davison Trn $
- *
- * $Log: help.h,v $
- * Revision 4.3.3.2 91/01/16 02:41:20 davison
- * Added optional prototyping.
- *
- * Revision 4.3.3.1 90/06/20 22:37:34 davison
- * Initial Trn Release
- *
- * Revision 4.3 85/05/01 11:39:19 lwall
- * Baseline for release with 4.3bsd.
- *
- */
-
- void help_init ANSI((void));
- int help_ng ANSI((void));
- int help_art ANSI((void));
- int help_page ANSI((void));
- #ifdef ESCSUBS
- int help_subs ANSI((void));
- #endif
- #ifdef USETHREADS
- int help_select ANSI((void));
- #endif
-