1ZIP_SET_ARCHIVE_FLAG(3) BSD Library Functions Manual ZIP_SET_ARCHIVE_FLAG(3)
2
4 zip_set_archive_flag — set zip archive flag
5
7 libzip (-lzip)
8
10 #include <zip.h>
11
12 int
13 zip_set_archive_flag(zip_t *archive, zip_flags_t flag, int value);
14
16 The zip_set_archive_flag() function sets the flag flag for the archive
17 archive to the value value.
18
19 Currently there are no supported flags.
20
22 Upon successful completion 0 is returned, and -1 if an error occurred.
23
25 libzip(3), zip_get_archive_flag(3)
26
28 zip_set_archive_flag() was added in libzip 0.9. In libzip 0.11 the type
29 of flag was changed from int to zip_flags_t.
30
32 Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
33
34BSD December 18, 2017 BSD