Filenames now use the correct compression scheme (closes #56)

This commit is contained in:
Jef Roosens 2022-01-31 22:59:12 +01:00
parent 8a0beffbe2
commit 33e695bdf3
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
3 changed files with 22 additions and 5 deletions

View file

@ -63,6 +63,9 @@ fn C.archive_write_close(&C.archive)
// Free the write archive
fn C.archive_write_free(&C.archive)
// Returns the name of the filter
fn C.archive_filter_code(&C.archive, int) int
#include "archive_entry.h"
struct C.archive_entry {}