|
NAMEarchive_read_next_header ,
archive_read_next_header2 —
functions for reading streaming archives
LIBRARYStreaming Archive Library (libarchive, -larchive)SYNOPSIS#include <archive.h>
int
int
DESCRIPTION
RETURN VALUESThese functions returnARCHIVE_OK (the operation
succeeded), ARCHIVE_WARN (the operation succeeded but
a non-critical error was encountered), ARCHIVE_EOF
(end-of-archive was encountered), ARCHIVE_RETRY (the
operation failed but can be retried), and
ARCHIVE_FATAL (there was a fatal error; the archive
should be closed immediately).
ERRORSDetailed error codes and textual descriptions are available from thearchive_errno () and
archive_error_string () functions.
SEE ALSOtar(1), archive_read(3), archive_read_data(3), archive_read_extract(3), archive_read_filter(3), archive_read_format(3), archive_read_open(3), archive_read_set_options(3), archive_util(3), libarchive(3), tar(5)
Visit the GSP FreeBSD Man Page Interface. |