Imported Upstream version 4.14.1
[platform/upstream/rpm.git] / rpmio / rpmfileutil.h
index 79fac86..916f6b2 100644 (file)
@@ -26,7 +26,9 @@ typedef enum rpmCompressedMagic_e {
     COMPRESSED_XZ              = 5,    /*!< xz can handle */
     COMPRESSED_LZIP            = 6,    /*!< lzip can handle */
     COMPRESSED_LRZIP           = 7,    /*!< lrzip can handle */
-    COMPRESSED_7ZIP            = 8     /*!< 7zip can handle */
+    COMPRESSED_7ZIP            = 8,    /*!< 7zip can handle */
+    COMPRESSED_GEM             = 9,    /*!< gem can handle */
+    COMPRESSED_ZSTD            = 10    /*!< zstd can handle */
 } rpmCompressedMagic;
 
 /** \ingroup rpmfileutil