home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume23 / trn / part14 / backpage.h < prev    next >
Text File  |  1991-08-22  |  651b  |  23 lines

  1. /* $Header: backpage.h,v 4.3.3.1 91/01/16 02:29:47 davison Trn $
  2.  *
  3.  * $Log:    backpage.h,v $
  4.  * Revision 4.3.3.1  91/01/16  02:29:47  davison
  5.  * Added optional prototyping.
  6.  * 
  7.  * Revision 4.3  85/05/01  11:36:11  lwall
  8.  * Baseline for release with 4.3bsd.
  9.  * 
  10.  */
  11.  
  12. /* things for doing the 'back page' command */
  13.  
  14. EXT int varyfd INIT(0);            /* virtual array file for storing  */
  15.                     /* file offsets */
  16. EXT ART_POS varybuf[VARYSIZE];        /* current window onto virtual array */
  17.  
  18. EXT long oldoffset INIT(-1);        /* offset to block currently in window */
  19.  
  20. void    backpage_init ANSI((void));
  21. ART_POS    vrdary ANSI((ART_LINE));
  22. void    vwtary ANSI((ART_LINE,ART_POS));
  23.