Browse Source

additional api

test_fixup
Richard Young 3 years ago
parent
commit
e9597eaa2a
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      libarchive/_libarchive.py

+ 4
- 0
libarchive/_libarchive.py View File

@@ -396,6 +396,10 @@ def archive_entry_set_symlink(*args):
return __libarchive.archive_entry_set_symlink (*args)
archive_entry_set_symlink = __libarchive.archive_entry_set_symlink

def archive_entry_set_link(*args):
return __libarchive.archive_entry_set_link (*args)
archive_entry_set_link = __libarchive.archive_entry_set_link

def archive_entry_set_filetype(*args):
return __libarchive.archive_entry_set_filetype(*args)
archive_entry_set_filetype = __libarchive.archive_entry_set_filetype


Loading…
Cancel
Save