zip_error_get man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]

ZIP_ERROR_GET(3)	   Library Functions Manual	      ZIP_ERROR_GET(3)

NAME
       zip_error_get, zip_file_error_get - get error codes for archive or file

LIBRARY
       libzip (-lzip)

SYNOPSIS
       zip.h  void  zip_error_get  zip_t  *archive  int	 *zep  int  *sep  void
       zip_file_error_get zip_file_t *file int *zep int *sep

DESCRIPTION
       The functions zip_error_get and zip_file_error_get are deprecated.  Use
       zip_error_code_system(3), zip_error_code_zip(3), zip_file_get_error(3),
       and zip_get_error(3) instead.

       For zip_error_get, replace
       int ze, se;
       zip_error_get(za, &ze, &se);
       with
       int ze, se;
       zip_error_t *error = zip_get_error(za);
       ze = zip_error_code_zip(error);
       se = zip_error_code_system(error);
       For zip_file_error_get, replace
       int ze, se;
       zip_file_error_get(zf, &ze, &se);
       with
       int ze, se;
       zip_error_t *error = zip_file_get_error(zf);
       ze = zip_error_code_zip(error);
       se = zip_error_code_system(error);

SEE ALSO
       libzip(3),	zip_error_code_system(3),	zip_error_code_zip(3),
       zip_file_get_error(3), zip_get_error(3)

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

NiH			       December 2, 2014		      ZIP_ERROR_GET(3)
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net