1ARCHIVE_WRITE_FINISH_... BSD Library Functions Manual ARCHIVE_WRITE_FINISH_...
2

NAME

4     archive_write_finish_entry — functions for creating archives
5

LIBRARY

7     Streaming Archive Library (libarchive, -larchive)
8

SYNOPSIS

10     #include <archive.h>
11
12     int
13     archive_write_finish_entry(struct archive *);
14

DESCRIPTION

16     Close out the entry just written.  In particular, this writes out the
17     final padding required by some formats.  Ordinarily, clients never need
18     to call this, as it is called automatically by
19     archive_write_next_header() and archive_write_close() as needed.
20

RETURN VALUES

22     This function returns ARCHIVE_OK on success, or one of several non-zero
23     error codes for errors.  Specific error codes include: ARCHIVE_RETRY for
24     operations that might succeed if retried, ARCHIVE_WARN for unusual condi‐
25     tions that do not prevent further operations, and ARCHIVE_FATAL for seri‐
26     ous errors that make remaining operations impossible.
27

ERRORS

29     Detailed error codes and textual descriptions are available from the
30     archive_errno() and archive_error_string() functions.
31

SEE ALSO

33     tar(1), libarchive(3), archive_write_data(3),
34     archive_write_set_options(3), cpio(5), mtree(5), tar(5)
35
36BSD                            February 2, 2012                            BSD
Impressum