1ARCHIVE_READ_NEW(3) BSD Library Functions Manual ARCHIVE_READ_NEW(3)
2
4 archive_read_new — functions for reading streaming archives
5
7 Streaming Archive Library (libarchive, -larchive)
8
10 #include <archive.h>
11
12 struct archive *
13 archive_read_new(void);
14
16 Allocates and initializes a struct archive object suitable for reading
17 from an archive. NULL is returned on error.
18
19 A complete description of the struct archive object can be found in the
20 overview manual page for libarchive(3).
21
23 tar(1), archive_read_data(3), archive_read_filter(3),
24 archive_read_format(3), archive_read_set_options(3), archive_util(3),
25 libarchive(3), tar(5)
26
27BSD February 2, 2012 BSD