aboutsummaryrefslogtreecommitdiff
path: root/src/xz/file_io.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/xz/file_io.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/xz/file_io.h b/src/xz/file_io.h
index 94d4c174..967da868 100644
--- a/src/xz/file_io.h
+++ b/src/xz/file_io.h
@@ -72,8 +72,12 @@ extern void io_init(void);
extern void io_no_sparse(void);
-/// \brief Opens a file pair
-extern file_pair *io_open(const char *src_name);
+/// \brief Open the source file
+extern file_pair *io_open_src(const char *src_name);
+
+
+/// \brief Open the destination file
+extern bool io_open_dest(file_pair *pair);
/// \brief Closes the file descriptors and frees possible allocated memory