1ZIP_SOURCE_KEEP(3) BSD Library Functions Manual ZIP_SOURCE_KEEP(3)
2
4 zip_source_keep — increment reference count of zip data source
5
7 libzip (-lzip)
8
10 #include <zip.h>
11
12 void
13 zip_source_keep(zip_source_t *source);
14
16 The function zip_source_keep() increments the reference count of source.
17
19 libzip(3), zip_source(3), zip_source_free(3)
20
22 zip_source_keep() was added in libzip 1.0.
23
25 Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
26
27BSD December 18, 2017 BSD