www.LinuxHowtos.org
ZIP_SOURCE_MAKE_COMMAND_BITMAP
Section: C Library Functions (3)Index Return to Main Contents
BSD mandoc
NAME
zip_source_make_command_bitmap - create bitmap of supported source operationsLIBRARY
libzip -lzip)SYNOPSIS
In zip.h Ft zip_int64_t Fn zip_source_make_command_bitmap zip_source_cmd_t command ...DESCRIPTION
The Fn zip_source_make_command_bitmap function returns a bitmap of source commands suitable as return value for ZIP_SOURCE_SUPPORTS It includes all the commands from the argument list, which must be terminated by -1.SEE ALSO
libzip(3), zip_source_function3HISTORY
Fn zip_source_make_command_bitmap was added in libzip 1.0.AUTHORS
An -nosplit An Dieter Baron Aq Mt dillo@nih.at and An Thomas Klausner Aq Mt wiz@gatalith.at