summaryrefslogtreecommitdiff
path: root/rpmio/rpmfileutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'rpmio/rpmfileutil.h')
-rw-r--r--rpmio/rpmfileutil.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rpmio/rpmfileutil.h b/rpmio/rpmfileutil.h
index fd7a813ba..d0bba5315 100644
--- a/rpmio/rpmfileutil.h
+++ b/rpmio/rpmfileutil.h
@@ -22,7 +22,8 @@ typedef enum rpmCompressedMagic_e {
COMPRESSED_OTHER = 1, /*!< gzip can handle */
COMPRESSED_BZIP2 = 2, /*!< bzip2 can handle */
COMPRESSED_ZIP = 3, /*!< unzip can handle */
- COMPRESSED_LZMA = 4 /*!< lzma can handle */
+ COMPRESSED_LZMA = 4, /*!< lzma can handle */
+ COMPRESSED_XZ = 5 /*!< xz can handle */
} rpmCompressedMagic;
/** \ingroup rpmfileutil