1ZIP_SOURCE_FREE(3) Library Functions Manual ZIP_SOURCE_FREE(3)
2
3
4
6 zip_source_free - free zip data source
7
9 libzip (-lzip)
10
12 #include <zip.h>
13
14 void zip_source_free(struct zip_source *source);
15
17 The function zip_source_free frees the zip data source source. If
18 source is NULL, it does nothing.
19
20 NOTE : This function should not be called on a source after it was used
21 successfully in a zip_add(3) or zip_replace(3) call.
22
24 libzip(3), zip_source_buffer(3), zip_source_file(3),
25 zip_source_filep(3), zip_source_function(3), zip_source_zip(3)
26
28 Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at>
29
30
31
32NiH April 23, 2006 ZIP_SOURCE_FREE(3)