|
NAMEzzip_error, zzip_seterror - get errror status.SYNOPSIS#include <zzip/lib.h> int zzip_error(ZZIP_DIR * dir) void zzip_seterror(ZZIP_DIR * dir, int errcode) DESCRIPTIONThe zzip_error function just returns dir->errcode of the ZZIP_DIR handle see: zzip_dir_open, zzip_dir_open, zzip_readdir, zzip_dir_readThe zzip_seterror function just does dir->errcode = errcode AUTHORGuido Draheim <guidod@gmx.de>COPYRIGHTCopyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
Visit the GSP FreeBSD Man Page Interface. |