/* $Header: /var/lib/cvsd/repos/CSRG/43BSD/contrib/rn/art.h,v 1.1.1.1 2018/04/24 16:12:54 root Exp $
 *
 * $Log: art.h,v $
 * Revision 1.1.1.1  2018/04/24 16:12:54  root
 * BSD 4.3
 *
 * 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();
