home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / UUPC11XT.ZIP / RN / BACKPAGE.H < prev    next >
Encoding:
Text File  |  1992-11-21  |  669 b   |  26 lines

  1. /* $Header: E:\SRC\UUPC\RN\RCS/BACKPAGE.H 1.1 1992/11/21 06:14:58 ahd Exp $
  2.  *
  3.  * $Log: BACKPAGE.H $
  4.  * Revision 1.1  1992/11/21  06:14:58  ahd
  5.  * Initial
  6.  *
  7.  *
  8.  *    Rev 1.0   18 Nov 1990  0:22:50
  9.  * Initial revision.
  10.  * Revision 4.3  85/05/01  11:36:11  lwall
  11.  * Baseline for release with 4.3bsd.
  12.  *
  13.  */
  14.  
  15. /* things for doing the 'back page' command */
  16.  
  17. EXT int varyfd INIT(0);            /* virtual array file for storing  */
  18.                     /* file offsets */
  19. EXT ART_POS varybuf[VARYSIZE];        /* current window onto virtual array */
  20.  
  21. EXT long oldoffset INIT(-1);        /* offset to block currently in window */
  22.  
  23. void    backpage_init();
  24. ART_POS    vrdary();
  25. void    vwtary();
  26.