/* $Header: /var/lib/cvsd/repos/CSRG/43BSDTahoe/new/rn/final.h,v 1.1.1.1 2018/04/24 16:12:58 root Exp $
 * 
 * $Log: final.h,v $
 * Revision 1.1.1.1  2018/04/24 16:12:58  root
 * BSD 4.3tahoe
 *
 * Revision 4.3  85/05/01  11:38:17  lwall
 * Baseline for release with 4.3bsd.
 * 
 */

/* cleanup status for fast exits */

EXT bool panic INIT(FALSE);		/* we got hung up or something-- */
					/*  so leave tty alone */
EXT bool rc_changed INIT(FALSE);	/* need we rewrite .newsrc? */
EXT bool doing_ng INIT(FALSE);		/* do we need to reconstitute */
					/* current rc line? */

EXT char int_count INIT(0);		/* how many interrupts we've had */

/* signal catching routines */

int	int_catcher();
int	sig_catcher();
#ifdef SIGTSTP
    int	stop_catcher();
    int	cont_catcher();
#endif

void	final_init();
void	finalize();
