home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / disk / archive / nspark_1 / nspark-1.7.5 / arc.h < prev    next >
C/C++ Source or Header  |  1993-08-20  |  263b  |  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.