|
NAMEarchive_read_close ,
archive_read_finish ,
archive_read_free —
functions for reading streaming archives
LIBRARYStreaming Archive Library (libarchive, -larchive)SYNOPSIS#include <archive.h>
int
int
int
DESCRIPTION
RETURN VALUESThese functions returnARCHIVE_OK on success, or
ARCHIVE_FATAL .
ERRORSDetailed error codes and textual descriptions are available from thearchive_errno () and
archive_error_string () functions.
SEE ALSOarchive_read_data(3), archive_read_filter(3), archive_read_format(3), archive_read_new(3), archive_read_open(3), archive_read_set_options(3), archive_util(3), libarchive(3)
Visit the GSP FreeBSD Man Page Interface. |