1ZIP_GET_FILE_COMMENT(3) BSD Library Functions Manual ZIP_GET_FILE_COMMENT(3)
2
4 zip_get_file_comment — get comment for file in zip (obsolete interface)
5
7 libzip (-lzip)
8
10 #include <zip.h>
11
12 const char *
13 zip_get_file_comment(zip_t *archive, zip_uint64_t index, int *lenp,
14 int flags);
15
17 The zip_get_file_comment() function is the obsolete version of
18 zip_file_get_comment(3). The only differences are the types of the lenp
19 and flags arguments.
20
22 libzip(3), zip_file_get_comment(3)
23
25 zip_get_file_comment() was added in libzip 0.7. In libzip 0.10 the type
26 of index was changed from int to zip_uint64_t. It was deprecated in
27 libzip 0.11, use zip_file_get_comment() instead.
28
30 Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
31
32BSD December 18, 2017 BSD