xz.h 90 B

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