diff --git a/libarchive/_libarchive.py b/libarchive/_libarchive.py index a2cb2cc..0df844c 100644 --- a/libarchive/_libarchive.py +++ b/libarchive/_libarchive.py @@ -368,6 +368,10 @@ def archive_entry_mtime(*args): return __libarchive.archive_entry_mtime(*args) archive_entry_mtime = __libarchive.archive_entry_mtime +def archive_entry_symlink(*args): + return __libarchive.archive_entry_symlink(*args) +archive_entry_symlink = __libarchive.archive_entry_symlink + def archive_entry_filetype(*args): return __libarchive.archive_entry_filetype(*args) archive_entry_filetype = __libarchive.archive_entry_filetype @@ -388,6 +392,10 @@ def archive_entry_set_mtime(*args): return __libarchive.archive_entry_set_mtime(*args) archive_entry_set_mtime = __libarchive.archive_entry_set_mtime +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_filetype(*args): return __libarchive.archive_entry_set_filetype(*args) archive_entry_set_filetype = __libarchive.archive_entry_set_filetype