zzip_error - Man Page
get errror status.
Synopsis
#include <zzip/lib.h>
int zzip_error((ZZIP_DIR * dir));
void zzip_seterror((ZZIP_DIR * dir, int errcode));
Description
The zzip_error function just returns dir->errcode of the ZZIP_DIR handle see: zzip_dir_open, zzip_dir_open, zzip_readdir, zzip_dir_read
The zzip_seterror function just does dir->errcode = errcode
Author
- Guido Draheim <guidod@gmx.de>
Copyright
Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
Referenced By
The man page zzip_seterror(3) is an alias of zzip_error(3).
0.13.71 zziplib Function List