home *** CD-ROM | disk | FTP | other *** search
- /* $Header: backpage.h,v 4.3.3.1 91/01/16 02:29:47 davison Trn $
- *
- * $Log: backpage.h,v $
- * Revision 4.3.3.1 91/01/16 02:29:47 davison
- * Added optional prototyping.
- *
- * Revision 4.3 85/05/01 11:36:11 lwall
- * Baseline for release with 4.3bsd.
- *
- */
-
- /* things for doing the 'back page' command */
-
- EXT int varyfd INIT(0); /* virtual array file for storing */
- /* file offsets */
- EXT ART_POS varybuf[VARYSIZE]; /* current window onto virtual array */
-
- EXT long oldoffset INIT(-1); /* offset to block currently in window */
-
- void backpage_init ANSI((void));
- ART_POS vrdary ANSI((ART_LINE));
- void vwtary ANSI((ART_LINE,ART_POS));
-