archive_write_new (3)
Leading comments
Copyright (c) 2003-2011 Tim Kientzle All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or ...
NAME
archive_write_new - functions for creating archivesLIBRARY
Streaming Archive Library (libarchive, -larchive)SYNOPSIS
In archive.h Ft struct archive * Fn archive_write_new voidDESCRIPTION
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).