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_keep — increment reference count of zip data source

Authors

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

Debian                                          December 18, 2017                             ZIP_SOURCE_KEEP(3)

Description

       The function zip_source_keep() increments the reference count of source.

History

zip_source_keep() was added in libzip 1.0.

Library

       libzip (-lzip)

Name

       zip_source_keep — increment reference count of zip data source

See Also

libzip(3), zip_source(3), zip_source_free(3)

Synopsis

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

See Also