forked from vieter-v/vieter
Filenames now use the correct compression scheme (closes #56)
This commit is contained in:
parent
8a0beffbe2
commit
33e695bdf3
3 changed files with 22 additions and 5 deletions
|
|
@ -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 {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue