CI? You awake?
Some checks failed
ci/woodpecker/push/builder unknown status
ci/woodpecker/push/publish unknown status
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build_arm64 Pipeline was successful

This commit is contained in:
Jef Roosens 2022-01-14 21:52:40 +01:00
parent e13081a4aa
commit d538e25da3
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F

View file

@ -8,9 +8,11 @@ struct C.archive {}
// Create a new archive struct
fn C.archive_read_new() &C.archive
// Configure the archive to work with zstd compression
fn C.archive_read_support_filter_zstd(&C.archive)
// Configure the archive to work with a tarball content
// Configure the archive to work with a tarball content
fn C.archive_read_support_format_tar(&C.archive)
// Open an archive for reading