|
NAMEZIP_SOURCE_GET_ARGS —
validate and cast arguments to source callback
LIBRARYlibzip (-lzip)SYNOPSIS#include <zip.h>
type *
DESCRIPTIONTheZIP_SOURCE_GET_ARGS () macro casts
data to a pointer to type.
RETURN VALUESOn success,ZIP_SOURCE_GET_ARGS () returns
data. In case of error, it returns
NULL and sets error.
ERRORSZIP_SOURCE_GET_ARGS () fails if:
SEE ALSOlibzip(3), zip_source_function(3)HISTORYZIP_SOURCE_GET_ARGS () was added in libzip 1.0.
AUTHORSDieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
Visit the GSP FreeBSD Man Page Interface. |