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