Buggy prototype of repo-add #48

Merged
Jef Roosens merged 25 commits from repo-add into dev 2022-01-20 20:56:00 +01:00
Showing only changes of commit d538e25da3 - Show all commits

View file

@ -8,8 +8,10 @@ struct C.archive {}
// Create a new archive struct // Create a new archive struct
fn C.archive_read_new() &C.archive fn C.archive_read_new() &C.archive
// Configure the archive to work with zstd compression // Configure the archive to work with zstd compression
fn C.archive_read_support_filter_zstd(&C.archive) 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) fn C.archive_read_support_format_tar(&C.archive)