www.LinuxHowtos.org
ZIP_ADD_DIR
Section: C Library Functions (3)Index Return to Main Contents
BSD mandoc
NAME
zip_add_dir - add directory to zip archive (obsolete interface)LIBRARY
libzip -lzip)SYNOPSIS
In zip.h Ft zip_int64_t Fn zip_add_dir zip_t *archive const char *nameDESCRIPTION
The function Fn zip_add_dir is the obsolete version of zip_dir_add3. It is the same as calling zip_dir_add3 with an empty flags argument.SEE ALSO
libzip(3), zip_dir_add3HISTORY
Fn zip_add_dir was added in libzip 0.8. In libzip 0.10 the return type was changed from Vt int to Vt zip_int64_t . It was deprecated in libzip 0.11, use Fn zip_dir_add instead.AUTHORS
An -nosplit An Dieter Baron Aq Mt dillo@nih.at and An Thomas Klausner Aq Mt wiz@gatalith.at