home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume23 / trn / part14 / art.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-22  |  481 b   |  23 lines

  1. /* $Header: art.h,v 4.3.3.1 91/01/16 02:20:48 davison Trn $
  2.  *
  3.  * $Log:    art.h,v $
  4.  * Revision 4.3.3.1  91/01/16  02:20:48  davison
  5.  * Added optional prototyping.
  6.  * 
  7.  * Revision 4.3  85/05/01  11:35:29  lwall
  8.  * Baseline for release with 4.3bsd.
  9.  * 
  10.  */
  11.  
  12. /* do_article() return values */
  13.  
  14. #define DA_NORM 0
  15. #define DA_RAISE 1
  16. #define DA_CLEAN 2
  17. #define DA_TOEND 3
  18.  
  19. void    art_init ANSI((void));
  20. int    do_article ANSI((void));
  21. int    page_switch ANSI((void));
  22. bool    innermore ANSI((void));
  23.