]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/pxar/mod.rs
pxar: extract PxarExtractOptions
[proxmox-backup.git] / src / pxar / mod.rs
index c10bb6fb3ed964e49293526a74c713c9102d4609..5d03591b89197e9507d66baf0449e796c3e6a3cf 100644 (file)
@@ -59,7 +59,7 @@ mod flags;
 pub use flags::Flags;
 
 pub use create::{create_archive, PxarCreateOptions};
-pub use extract::{extract_archive, ErrorHandler};
+pub use extract::{extract_archive, ErrorHandler, PxarExtractOptions};
 
 /// The format requires to build sorted directory lookup tables in
 /// memory, so we restrict the number of allowed entries to limit