summaryrefslogtreecommitdiff
path: root/src/other_tools/utils/archive_ops.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools/utils/archive_ops.hpp')
-rw-r--r--src/other_tools/utils/archive_ops.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/other_tools/utils/archive_ops.hpp b/src/other_tools/utils/archive_ops.hpp
index 74fcf39c..91595867 100644
--- a/src/other_tools/utils/archive_ops.hpp
+++ b/src/other_tools/utils/archive_ops.hpp
@@ -31,6 +31,8 @@ enum class ArchiveType : size_t {
TarGz,
TarBz2,
TarXz,
+ TarLz,
+ TarLzma,
TarAuto, // autodetect tarball-type archives
};