LIBRARY

libzip (-lzip)

SYNOPSIS

#include <zip.h>

void

zip_source_free(struct zip_source *source);

DESCRIPTION

The function zip_source_free() frees the zip data source source. If source is NULL, it does nothing.

NOTE: This function should not be called on a source after it was used successfully in a zip_add(3) or zip_replace(3) call.

RELATED TO zip_source_free…

AUTHORS

Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>