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

  1. /*
  2.  * archive files
  3.  *
  4.  * $Header: arc.c 1.2 92/12/07 $
  5.  * $Log:    arc.c,v $
  6.  * Revision 1.2  92/12/07  17:17:07  duplain
  7.  * reformatted source.
  8.  * 
  9.  * Revision 1.1  92/09/29  18:02:05  duplain
  10.  * Initial revision
  11.  * 
  12.  */
  13.  
  14. #include "spark.h"
  15. #include "error.h"
  16.  
  17. #ifdef UNIX
  18. static char rcsid[] = "$Header: arc.c 1.2 92/12/07 $";
  19. #endif /* UNIX */
  20.  
  21. int
  22. do_arc()
  23. {
  24.     error("archiving not supported in this version");
  25.     return (99);
  26. }
  27.