aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/ArchiveFileOperator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/function/ArchiveFileOperator.h')
-rw-r--r--src/core/function/ArchiveFileOperator.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/core/function/ArchiveFileOperator.h b/src/core/function/ArchiveFileOperator.h
index 28d1ad65..4db5af5f 100644
--- a/src/core/function/ArchiveFileOperator.h
+++ b/src/core/function/ArchiveFileOperator.h
@@ -46,15 +46,13 @@ class GPGFRONTEND_CORE_EXPORT ArchiveFileOperator {
public:
static void ListArchive(const std::filesystem::path &archive_path);
- static void CreateArchive(
- const std::filesystem::path &base_path,
- const std::filesystem::path &archive_path,
+ static void CreateArchive(const std::filesystem::path &base_path,
+ const std::filesystem::path &archive_path,
int compress,
const std::vector<std::filesystem::path> &files);
- static void ExtractArchive(
- const std::filesystem::path &archive_path,
- const std::filesystem::path &base_path);
+ static void ExtractArchive(const std::filesystem::path &archive_path,
+ const std::filesystem::path &base_path);
};
} // namespace GpgFrontend