www.LinuxHowtos.org





ZIP_ERROR_SET

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

BSD mandoc
 

NAME

zip_error_set - fill in zip_error structure  

LIBRARY

libzip -lzip)  

SYNOPSIS

In zip.h Ft void Fn zip_error_set zip_error_t *ze int le int se  

DESCRIPTION

The Fn zip_error_set function sets the zip_error pointed to by ze to the libzip error code le and the system error code se

ze must be allocated and initialized with zip_error_init3 before calling Fn zip_error_set .  

SEE ALSO

libzip(3), zip_error_init3, zip_error_set_from_source3  

HISTORY

Fn zip_error_set was added in libzip 1.0.  

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