www.LinuxHowtos.org





ZIP_ERROR_SET_FROM_SOURCE

Section: C Library Functions (3)
Index Return to Main Contents

BSD mandoc
 

NAME

zip_error_set_from_source - fill in zip_error structure from source  

LIBRARY

libzip -lzip)  

SYNOPSIS

In zip.h Ft void Fn zip_error_set_from_source zip_error_t *ze zip_source_t *src  

DESCRIPTION

The Fn zip_error_set_from_source function sets the zip_error pointed to by ze to the error reported by src as returned by zip_error_source3. ze must be allocated and initialized with zip_error_init3 before calling Fn zip_error_set_from_source .  

SEE ALSO

libzip(3), zip_error_init3, zip_error_set3  

HISTORY

Fn zip_error_set_from_source was added in libzip 1.10.  

AUTHORS

An -nosplit An Dieter Baron Aq Mt dillo@nih.at and An Thomas Klausner Aq Mt wiz@gatalith.at


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
SEE ALSO
HISTORY
AUTHORS