zip_get_error(3) get zip error for archive

LIBRARY

libzip (-lzip)

SYNOPSIS

#include <zip.h>

zip_error_t *

zip_get_error(zip_t *archive);

DESCRIPTION

The zip_get_error() function returns the zip error for the zip archive archive.

AUTHORS

Dieter Baron <[email protected]> and Thomas Klausner <[email protected]>