home *** CD-ROM | disk | FTP | other *** search
- /* $Header: art.h,v 4.3.3.1 91/01/16 02:20:48 davison Trn $
- *
- * $Log: art.h,v $
- * Revision 4.3.3.1 91/01/16 02:20:48 davison
- * Added optional prototyping.
- *
- * 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 ANSI((void));
- int do_article ANSI((void));
- int page_switch ANSI((void));
- bool innermore ANSI((void));
-