home *** CD-ROM | disk | FTP | other *** search
- /* $Header: E:\SRC\UUPC\RN\RCS/ART.H 1.1 1992/11/21 06:14:58 ahd Exp $
- *
- * $Log: ART.H $
- * Revision 1.1 1992/11/21 06:14:58 ahd
- * Initial
- *
- *
- * Rev 1.0 18 Nov 1990 0:22:56
- * Initial revision.
- * Revision 4.3 85/05/01 11:35:29 lwall
- * Baseline for release with 4.3bsd.
- *
- */
-
- /* do_article() return values */
-
- #define DA_NORM 0
- #define DA_RAISE 1
- #define DA_CLEAN 2
- #define DA_TOEND 3
-
- void art_init();
- int do_article();
- int page_switch();
- bool innermore();
-