/* $Id: rmscc.h,v 1.1 1995/06/06 12:09:40 tom Exp $
 *
 * interface of rmscc.c
 */

#ifndef RMSCC_H
#define RMSCC_H

#include	"bool.h"
#include	"rmsio.h"

extern	bool	rmscc (RFILE *p);

#endif/*RMSCC_H*/
