Imported Upstream version 3.3.1
[platform/upstream/libarchive.git] / doc / text / archive_write_new.3.txt
1 ARCHIVE_WRITE_NEW(3)     BSD Library Functions Manual     ARCHIVE_WRITE_NEW(3)
2
3 1mNAME0m
4      1marchive_write_new 22m— functions for creating 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_write_new22m(4mvoid24m);
14
15 1mDESCRIPTION0m
16      Allocates and initializes a struct archive object suitable for writing a
17      tar 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_write(3), archive_write_set_options(3),
24      cpio(5), mtree(5), tar(5)
25
26 BSD                            February 2, 2012                            BSD