home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / trn_12.zip / src / backpage.h < prev    next >
Text File  |  1991-12-04  |  1KB  |  34 lines

  1. /* $Id: backpage.h,v 4.4 1991/09/09 20:18:23 sob Exp sob $
  2.  *
  3.  * $Log: backpage.h,v $
  4.  * Revision 4.4  1991/09/09  20:18:23  sob
  5.  * release 4.4
  6.  *
  7.  *
  8.  * 
  9.  */
  10. /* This software is Copyright 1991 by Stan Barber. 
  11.  *
  12.  * Permission is hereby granted to copy, reproduce, redistribute or otherwise
  13.  * use this software as long as: there is no monetary profit gained
  14.  * specifically from the use or reproduction of this software, it is not
  15.  * sold, rented, traded or otherwise marketed, and this copyright notice is
  16.  * included prominently in any copy made. 
  17.  *
  18.  * The author make no claims as to the fitness or correctness of this software
  19.  * for any use whatsoever, and it is provided as is. Any use of this software
  20.  * is at the user's own risk. 
  21.  */
  22.  
  23. /* things for doing the 'back page' command */
  24.  
  25. EXT int varyfd INIT(0);            /* virtual array file for storing  */
  26.                     /* file offsets */
  27. EXT ART_POS varybuf[VARYSIZE];        /* current window onto virtual array */
  28.  
  29. EXT long oldoffset INIT(-1);        /* offset to block currently in window */
  30.  
  31. void    backpage_init ANSI((void));
  32. ART_POS    vrdary ANSI((ART_LINE));
  33. void    vwtary ANSI((ART_LINE,ART_POS));
  34.