Clarification: Point people to archive_read_data(), which

should be used instead of archive_read_data_into_buffer().
This commit is contained in:
Tim Kientzle 2007-04-07 05:53:11 +00:00
parent d330ae533a
commit 06d581da80

View File

@ -230,7 +230,10 @@ A convenience function that repeatedly calls
to skip all of the data for this archive entry.
.\" #if ARCHIVE_API_VERSION < 3
.It Fn archive_read_data_into_buffer
This function is deprecated and should not be used.
This function is deprecated and will be removed.
Use
.Fn archive_read_data
instead.
.\" #endif
.It Fn archive_read_data_into_fd
A convenience function that repeatedly calls