1 <!-- Creator : groff version 1.22.3 -->
2 <!-- CreationDate: Sun Jun 19 19:54:07 2016 -->
3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
4 "http://www.w3.org/TR/html4/loose.dtd">
7 <meta name="generator" content="groff -Thtml, see www.gnu.org">
8 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
9 <meta name="Content-Style" content="text/css">
10 <style type="text/css">
11 p { margin-top: 0; margin-bottom: 0; vertical-align: top }
12 pre { margin-top: 0; margin-bottom: 0; vertical-align: top }
13 table { margin-top: 0; margin-bottom: 0; vertical-align: top }
14 h1 { text-align: center }
23 <p>ARCHIVE_READ_NEW(3) BSD Library Functions Manual
24 ARCHIVE_READ_NEW(3)</p>
26 <p style="margin-top: 1em"><b>NAME</b></p>
28 <p style="margin-left:6%;"><b>archive_read_new</b> —
29 functions for reading streaming archives</p>
31 <p style="margin-top: 1em"><b>LIBRARY</b></p>
33 <p style="margin-left:6%;">Streaming Archive Library
34 (libarchive, -larchive)</p>
36 <p style="margin-top: 1em"><b>SYNOPSIS</b></p>
38 <p style="margin-left:6%;"><b>#include
39 <archive.h></b></p>
41 <p style="margin-left:6%; margin-top: 1em"><i>struct
45 <p style="margin-left:12%;"><b>archive_read_new</b>(<i>void</i>);</p>
47 <p style="margin-top: 1em"><b>DESCRIPTION</b></p>
49 <p style="margin-left:6%;">Allocates and initializes a
50 struct archive object suitable for reading from an archive.
51 NULL is returned on error.</p>
53 <p style="margin-left:6%; margin-top: 1em">A complete
54 description of the struct archive object can be found in the
55 overview manual page for libarchive(3).</p>
57 <p style="margin-top: 1em"><b>SEE ALSO</b></p>
59 <p style="margin-left:6%;">tar(1), libarchive(3),
60 archive_read_data(3), archive_read_filter(3),
61 archive_read_format(3), archive_read_set_options(3),
62 archive_util(3), tar(5)</p>
64 <p style="margin-left:6%; margin-top: 1em">BSD
65 February 2, 2012 BSD</p>