home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / utilities / cli / nspark / arc_h < prev    next >
Encoding:
Text File  |  1993-08-20  |  263 b   |  19 lines

  1. /*
  2.  * archive function prototypes
  3.  *
  4.  * $Header: arc.h 1.1 92/09/29 $
  5.  * $Log:    arc.h,v $
  6.  * Revision 1.1  92/09/29  18:02:29  duplain
  7.  * Initial revision
  8.  * 
  9.  */
  10.  
  11. #ifndef __ARC_H
  12. #define __ARC_H
  13.  
  14. #include "cproto.h"
  15.  
  16. int do_arc P__((void));
  17.  
  18. #endif /* __ARC_H */
  19.