home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / flistfrontend / src / rmscc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-06  |  204 b   |  15 lines

  1. /* $Id: rmscc.h,v 1.1 1995/06/06 12:09:40 tom Exp $
  2.  *
  3.  * interface of rmscc.c
  4.  */
  5.  
  6. #ifndef RMSCC_H
  7. #define RMSCC_H
  8.  
  9. #include    "bool.h"
  10. #include    "rmsio.h"
  11.  
  12. extern    bool    rmscc (RFILE *p);
  13.  
  14. #endif/*RMSCC_H*/
  15.