zip.h 94 B

123456789
  1. #ifndef ZIP_H
  2. #define ZIP_H
  3. #include "../archive.h"
  4. DEF_EXTRACTOR(Zip);
  5. #endif /* ZIP_H */