home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / UUPC11XT.ZIP / RN / RCLN.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-21  |  562 b   |  30 lines

  1. /* $Header: E:\SRC\UUPC\RN\RCS/RCLN.H 1.1 1992/11/21 06:14:58 ahd Exp $
  2.  *
  3.  * $Log: RCLN.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:56
  9.  * Initial revision.
  10.  * Revision 4.3  85/05/01  11:45:52  lwall
  11.  * Baseline for release with 4.3bsd.
  12.  *
  13.  */
  14.  
  15. #ifdef DEBUGGING
  16. EXT ART_NUM ngmax[MAXRCLINE];
  17. #endif
  18.  
  19. void    rcln_init();
  20. #ifdef CATCHUP
  21.     void    catch_up();
  22. #endif
  23. int    addartnum();
  24. #ifdef MCHASE
  25.     void    subartnum();
  26. #endif
  27. void    prange();
  28. void    set_toread();
  29. void    checkexpired();
  30.