home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / disk / archive / nspark_1 / nspark-1.7.5 / unarc.h < prev    next >
C/C++ Source or Header  |  1993-08-20  |  277b  |  19 lines

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