summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_entry.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-24 10:06:05 +0000
committerru <ru@FreeBSD.org>2005-11-24 10:06:05 +0000
commit7b90f188c4f0b4c1fe1e4768fdbf09ba4a118682 (patch)
tree606ebcaa2accc2782ba9f4096ca7dd79f03bc4ac /lib/libarchive/archive_entry.3
parent6968f8c5bdd865bebc60edbb6b028f82af39c3f2 (diff)
downloadFreeBSD-src-7b90f188c4f0b4c1fe1e4768fdbf09ba4a118682.zip
FreeBSD-src-7b90f188c4f0b4c1fe1e4768fdbf09ba4a118682.tar.gz
Fix prototypes.
Diffstat (limited to 'lib/libarchive/archive_entry.3')
-rw-r--r--lib/libarchive/archive_entry.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libarchive/archive_entry.3 b/lib/libarchive/archive_entry.3
index e02e1c0..b619577 100644
--- a/lib/libarchive/archive_entry.3
+++ b/lib/libarchive/archive_entry.3
@@ -99,15 +99,15 @@
.Fn archive_entry_acl_next "struct archive_entry *" "int want_type" "int *type" "int *permset" "int *tag" "int *qual" "const char **name"
.Ft int
.Fn archive_entry_acl_next_w "struct archive_entry *" "int want_type" "int *type" "int *permset" "int *tag" "int *qual" "const wchar_t **name"
-.Ft void
-.Fn archive_entry_acl_reset "struct archive_entry *"
+.Ft int
+.Fn archive_entry_acl_reset "struct archive_entry *" "int want_type"
.Ft const wchar_t *
.Fn archive_entry_acl_text_w "struct archive_entry *" "int flags"
.Ft time_t
.Fn archive_entry_atime "struct archive_entry *"
.Ft long
.Fn archive_entry_atime_nsec "struct archive_entry *"
-.Ft void
+.Ft "struct archive_entry *"
.Fn archive_entry_clear "struct archive_entry *"
.Ft struct archive_entry *
.Fn archive_entry_clone "struct archive_entry *"
@@ -122,7 +122,7 @@
.Ft void
.Fn archive_entry_copy_pathname_w "struct archive_entry *" "const wchar_t *"
.Ft void
-.Fn archive_entry_copy_stat "struct archive_entry *" "struct stat *"
+.Fn archive_entry_copy_stat "struct archive_entry *" "const struct stat *"
.Ft void
.Fn archive_entry_copy_symlink_w "struct archive_entry *" "const wchar_t *"
.Ft void
OpenPOWER on IntegriCloud