home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / rn_4_3_blars.lzh / art.h < prev    next >
Text File  |  1990-08-22  |  347b  |  20 lines

  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();
  20.