www.LinuxHowtos.org
ZIP_SOURCE_IS_DELETED
Section: C Library Functions (3)Index Return to Main Contents
BSD mandoc
NAME
zip_source_is_deleted - check if zip_source is deletedLIBRARY
libzip -lzip)SYNOPSIS
In zip.h Ft int Fn zip_source_is_deleted zip_source_t *sourceDESCRIPTION
The function Fn zip_source_is_deleted returns whether the zip_source was deleted. This can for example happen when all entries are removed from a zip archive.RETURN VALUES
Fn zip_source_is_deleted returns 1 if the zip_source is deleted and 0 otherwise.SEE ALSO
libzip(3), zip_source5HISTORY
Fn zip_source_is_deleted 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