zip_source_keep
increment reference count of zip data source
- Provided by: libzip-dev (Version: 1.7.3-1ubuntu2)
- Source: libzip
- Report a bug
increment reference count of zip data source
libzip (-lzip)
#include
<zip.h>
void
zip_source_keep(zip_source_t
*source);
The function
zip_source_keep()
increments the reference count of source.
zip_source_keep() was added in libzip
1.0.
Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>