Imported Upstream version 3.3.1
[platform/upstream/libarchive.git] / doc / text / archive_read_new.3.txt
1 ARCHIVE_READ_NEW(3)      BSD Library Functions Manual      ARCHIVE_READ_NEW(3)
2
3 1mNAME0m
4      1marchive_read_new 22m— functions for reading streaming archives
5
6 1mLIBRARY0m
7      Streaming Archive Library (libarchive, -larchive)
8
9 1mSYNOPSIS0m
10      1m#include <archive.h>0m
11
12      4mstruct24m 4marchive24m 4m*0m
13      1marchive_read_new22m(4mvoid24m);
14
15 1mDESCRIPTION0m
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
22 1mSEE ALSO0m
23      tar(1), libarchive(3), archive_read_data(3), archive_read_filter(3),
24      archive_read_format(3), archive_read_set_options(3), archive_util(3),
25      tar(5)
26
27 BSD                            February 2, 2012                            BSD