ARCHIVE_ENTRY_MISC(3) | Library Functions Manual | ARCHIVE_ENTRY_MISC(3) |
archive_entry_symlink_type
,
archive_entry_set_symlink_type
—
#include <archive_entry.h>
int
archive_entry_symlink_type
(struct
archive_entry *a);
void
archive_entry_set_symlink_type
(struct
archive_entry *a,
int);
archive_entry_symlink_type
() returns and
the function archive_entry_set_symlink_type
() sets the
type of the symbolic link stored in an archive entry. These functions have
special meaning on operating systems that support multiple symbolic link types
(e.g. Microsoft Windows).
Supported values are:
April 15, 2019 | NetBSD 9.0 |