|
NAMEzip_set_archive_flag —
set zip archive flag
LIBRARYlibzip (-lzip)SYNOPSIS#include <zip.h>
int
DESCRIPTIONThezip_set_archive_flag () function sets the flag
flag for the archive archive to
the value value.
Currently there are no supported flags. RETURN VALUESUpon successful completion 0 is returned, and -1 if an error occurred.SEE ALSOlibzip(3), zip_get_archive_flag(3)HISTORYzip_set_archive_flag () was added in libzip 0.9. In
libzip 0.11 the type of flag was changed from
int to zip_flags_t.
AUTHORSDieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
Visit the GSP FreeBSD Man Page Interface. |