BSD 4_3 development
[unix-history] / usr / contrib / rn / backpage.h
CommitLineData
9c4b96b4
C
1/* $Header: backpage.h,v 4.3 85/05/01 11:36:11 lwall Exp $
2 *
3 * $Log: backpage.h,v $
4 * Revision 4.3 85/05/01 11:36:11 lwall
5 * Baseline for release with 4.3bsd.
6 *
7 */
8
9/* things for doing the 'back page' command */
10
11EXT int varyfd INIT(0); /* virtual array file for storing */
12 /* file offsets */
13EXT ART_POS varybuf[VARYSIZE]; /* current window onto virtual array */
14
15EXT long oldoffset INIT(-1); /* offset to block currently in window */
16
17void backpage_init();
18ART_POS vrdary();
19void vwtary();