summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_read.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_read.3
parent6968f8c5bdd865bebc60edbb6b028f82af39c3f2 (diff)
downloadFreeBSD-src-7b90f188c4f0b4c1fe1e4768fdbf09ba4a118682.zip
FreeBSD-src-7b90f188c4f0b4c1fe1e4768fdbf09ba4a118682.tar.gz
Fix prototypes.
Diffstat (limited to 'lib/libarchive/archive_read.3')
-rw-r--r--lib/libarchive/archive_read.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libarchive/archive_read.3 b/lib/libarchive/archive_read.3
index ed04ae0..1575c7b 100644
--- a/lib/libarchive/archive_read.3
+++ b/lib/libarchive/archive_read.3
@@ -81,7 +81,7 @@
.Ft int
.Fn archive_read_support_format_zip "struct archive *"
.Ft int
-.Fn archive_read_open "struct archive *" "void *client_data" "archive_open_archive_callback *" "archive_read_archive_callback *" "archive_close_archive_callback *"
+.Fn archive_read_open "struct archive *" "void *client_data" "archive_open_callback *" "archive_read_callback *" "archive_close_callback *"
.Ft int
.Fn archive_read_open_fd "struct archive *" "int fd" "size_t block_size"
.Ft int
@@ -95,7 +95,7 @@
.Ft int
.Fn archive_read_data_skip "struct archive *"
.Ft int
-.Fn archive_read_data_into_buffer "struct archive *" "void *" "size_t len"
+.Fn archive_read_data_into_buffer "struct archive *" "void *" "ssize_t len"
.Ft int
.Fn archive_read_data_into_fd "struct archive *" "int fd"
.Ft int
OpenPOWER on IntegriCloud