BSD 4_3 development
[unix-history] / usr / contrib / rn / art.h
CommitLineData
9c4b96b4
C
1/* $Header: art.h,v 4.3 85/05/01 11:35:29 lwall Exp $
2 *
3 * $Log: art.h,v $
4 * Revision 4.3 85/05/01 11:35:29 lwall
5 * Baseline for release with 4.3bsd.
6 *
7 */
8
9/* do_article() return values */
10
11#define DA_NORM 0
12#define DA_RAISE 1
13#define DA_CLEAN 2
14#define DA_TOEND 3
15
16void art_init();
17int do_article();
18int page_switch();
19bool innermore();