logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

zip_source_is_deleted — check if zip_source is deleted

Authors

       Dieter Baron <dillo@nih.at> and Thomas Klausner <wiz@gatalith.at>

Debian                                          December 18, 2017                       ZIP_SOURCE_IS_DELETED(3)

Description

       The  function  zip_source_is_deleted()  returns whether the zip_source was deleted.  This can for example
       happen when all entries are removed from a zip archive.

History

zip_source_is_deleted() was added in libzip 1.0.

Library

       libzip (-lzip)

Name

       zip_source_is_deleted — check if zip_source is deleted

Return Values

zip_source_is_deleted() returns 1 if the zip_source is deleted and 0 otherwise.

See Also

libzip(3), zip_source(3)

Synopsis

#include<zip.h>intzip_source_is_deleted(zip_source_t*source);

See Also