home *** CD-ROM | disk | FTP | other *** search
- /* $Header: E:\SRC\UUPC\RN\RCS/RCLN.H 1.1 1992/11/21 06:14:58 ahd Exp $
- *
- * $Log: RCLN.H $
- * Revision 1.1 1992/11/21 06:14:58 ahd
- * Initial
- *
- *
- * Rev 1.0 18 Nov 1990 0:22:56
- * Initial revision.
- * Revision 4.3 85/05/01 11:45:52 lwall
- * Baseline for release with 4.3bsd.
- *
- */
-
- #ifdef DEBUGGING
- EXT ART_NUM ngmax[MAXRCLINE];
- #endif
-
- void rcln_init();
- #ifdef CATCHUP
- void catch_up();
- #endif
- int addartnum();
- #ifdef MCHASE
- void subartnum();
- #endif
- void prange();
- void set_toread();
- void checkexpired();
-