View | Details | Raw Unified | Return to bug 85854 | Differences between
and this patch

Collapse All | Expand All

(-)archive_read.3 (-1 / +1 lines)
Lines 95-101 Link Here
95
.Ft int
95
.Ft int
96
.Fn archive_read_data_skip "struct archive *"
96
.Fn archive_read_data_skip "struct archive *"
97
.Ft int
97
.Ft int
98
.Fn archive_read_data_into_buffer "struct archive *" "void *"
98
.Fn archive_read_data_into_buffer "struct archive *" "void *" "size_t len"
99
.Ft int
99
.Ft int
100
.Fn archive_read_data_into_fd "struct archive *" "int fd"
100
.Fn archive_read_data_into_fd "struct archive *" "int fd"
101
.Ft int
101
.Ft int

Return to bug 85854