1ZZIP_ERROR(3) zziplib Function List ZZIP_ERROR(3)
2
3
4
6 zzip_error, zzip_seterror - get errror status.
7
9 #include <zzip/lib.h>
10
11 int zzip_error((ZZIP_DIR * dir));
12
13 void zzip_seterror((ZZIP_DIR * dir, int errcode));
14
16 The zzip_error function just returns dir->errcode of the ZZIP_DIR
17 handle see: zzip_dir_open, zzip_dir_open, zzip_readdir, zzip_dir_read
18
19 The zzip_seterror function just does dir->errcode = errcode
20
22 ยท Guido Draheim <guidod@gmx.de>
23
25 Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
26
27
28
29zziplib 0.13.71 ZZIP_ERROR(3)