]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove remnants of archive_entry_acl_next_w
authorJoerg Sonnenberger <joerg@bec.de>
Sat, 30 Nov 2019 04:15:27 +0000 (05:15 +0100)
committerJoerg Sonnenberger <joerg@bec.de>
Sat, 30 Nov 2019 04:15:27 +0000 (05:15 +0100)
libarchive/archive_entry.h
libarchive/archive_entry_acl.3

index a1989ffa80f822ccdbc0eaae862b918b5d062805..b7b3498a2035680b7dd0f3d6cdca225143cd30d8 100644 (file)
@@ -524,9 +524,6 @@ __LA_DECL int        archive_entry_acl_reset(struct archive_entry *, int /* want_type
 __LA_DECL int   archive_entry_acl_next(struct archive_entry *, int /* want_type */,
            int * /* type */, int * /* permset */, int * /* tag */,
            int * /* qual */, const char ** /* name */);
-__LA_DECL int   archive_entry_acl_next_w(struct archive_entry *, int /* want_type */,
-           int * /* type */, int * /* permset */, int * /* tag */,
-           int * /* qual */, const wchar_t ** /* name */);
 
 /*
  * Construct a text-format ACL.  The flags argument is a bitmask that
index 7dcc5854ce10c1d809318a388bef31833b52612c..50dd642c20c6b76a127d601b3dc09fdead063e33 100644 (file)
@@ -34,7 +34,6 @@
 .Nm archive_entry_acl_from_text ,
 .Nm archive_entry_acl_from_text_w ,
 .Nm archive_entry_acl_next ,
-.Nm archive_entry_acl_next_w ,
 .Nm archive_entry_acl_reset ,
 .Nm archive_entry_acl_to_text ,
 .Nm archive_entry_acl_to_text_w ,
@@ -89,16 +88,6 @@ Streaming Archive Library (libarchive, -larchive)
 .Fa "const char **ret_name"
 .Fc
 .Ft int
-.Fo archive_entry_acl_next_w
-.Fa "struct archive_entry *a"
-.Fa "int type"
-.Fa "int *ret_type"
-.Fa "int *ret_permset"
-.Fa "int *ret_tag"
-.Fa "int *ret_qual"
-.Fa "const wchar_t **ret_name"
-.Fc
-.Ft int
 .Fn archive_entry_acl_reset "struct archive_entry *a" "int type"
 .Ft char *
 .Fo archive_entry_acl_to_text
@@ -349,8 +338,6 @@ character
 are skipped.
 .Pp
 .Fn archive_entry_acl_next
-and
-.Fn archive_entry_acl_next_w
 return the next entry of the ACL list.
 This functions may only be called after
 .Fn archive_entry_acl_reset
@@ -358,9 +345,7 @@ has indicated the presence of extended ACL entries.
 .Pp
 .Fn archive_entry_acl_reset
 prepare reading the list of ACL entries with
-.Fn archive_entry_acl_next
-or
-.Fn archive_entry_acl_next_w .
+.Fn archive_entry_acl_next .
 The function returns 0 if no non-extended ACLs are found.
 In this case, the access permissions should be obtained by
 .Xr archive_entry_mode 3
@@ -447,9 +432,7 @@ if all entries were successfully parsed and
 if one or more entries were invalid or non-parseable.
 .Pp
 .Fn archive_entry_acl_next
-and
-.Fn archive_entry_acl_next_w
-return
+returns
 .Dv ARCHIVE_OK
 on success,
 .Dv ARCHIVE_EOF