ARCHIVE_WRITE_NEW(3)	 BSD Library Functions Manual	  ARCHIVE_WRITE_NEW(3)

1mNAME0m
     1marchive_write_new 22m— functions for creating archives

1mLIBRARY0m
     Streaming Archive Library (libarchive, -larchive)

1mSYNOPSIS0m
     1m#include <archive.h>0m

     4mstruct24m 4marchive24m 4m*0m
     1marchive_write_new22m(4mvoid24m);

1mDESCRIPTION0m
     Allocates and initializes a struct archive object suitable for writing a
     tar archive.  NULL is returned on error.

     A complete description of the struct archive object can be found in the
     overview manual page for libarchive(3).

1mSEE ALSO0m
     tar(1), libarchive(3), archive_write(3), archive_write_set_options(3),
     cpio(5), mtree(5), tar(5)

BSD			       February 2, 2012 			   BSD
