1ZIP_SOURCE_IS_DELETED(3) BSD Library Functions Manual ZIP_SOURCE_IS_DELETED(3)
2

NAME

4     zip_source_is_deleted — check if zip_source is deleted
5

LIBRARY

7     libzip (-lzip)
8

SYNOPSIS

10     #include <zip.h>
11
12     int
13     zip_source_is_deleted(zip_source_t *source);
14

DESCRIPTION

16     The function zip_source_is_deleted() returns whether the zip_source was
17     deleted.  This can for example happen when all entries are removed from a
18     zip archive.
19

RETURN VALUES

21     zip_source_is_deleted() returns 1 if the zip_source is deleted and 0 oth‐
22     erwise.
23

SEE ALSO

25     libzip(3), zip_source(3)
26

HISTORY

28     zip_source_is_deleted() was added in libzip 1.0.
29

AUTHORS

31     Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
32
33BSD                            December 18, 2017                           BSD
Impressum