/*
 *	This file is included in all c.c type files
 *	to stop the new c compiler complaining
 */
int mmread(), mmwrite();
int nodev(), nulldev();
int rkread(), rkstrategy(), rktab(), rkwrite();
int klclose(), klopen(), klread(), klsgtty(), klwrite();
#ifdef LP
int lpclose(), lpopen(), lpwrite();
#endif
#ifdef RP
int rpread(), rpstrategy(), rptab(), rpwrite();
#endif
#ifdef DC
int dcclose(), dcopen(), dcread(), dcsgtty(), dcwrite();
#endif
#ifdef DH
int 	dhopen(),   dhclose(),  dhread(),   dhwrite(),  dhsgtty();
#endif
#ifdef RING
int 	rnopen(),   rnclose(),  rnread(),   rnwrite(),  rnsgtty();
#endif
#ifdef PC
int pcopen(), pcclose(), pcread(), pcwrite();
#endif
#ifdef RX
int rxclose(), rxstrategy(), rxtab();
#endif
#ifdef TC
/* Dec tape */
int	tcclose(),	tcstrategy(), 	tctab();
#endif
