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: 16: void art_init(); 17: int do_article(); 18: int page_switch(); 19: bool innermore();