ZIP_SOURCE_CLOSE(3) | Library Functions Manual | ZIP_SOURCE_CLOSE(3) |
zip_source_close
—
#include <zip.h>
int
zip_source_close
(zip_source_t
*source);
zip_source_close
() closes
source, indicating that no more data will be read.
zip_source_close
() was added in libzip 1.0.
December 18, 2017 | NetBSD 8.99.35 |