1ZZIP_ERROR(3) zziplib Function List ZZIP_ERROR(3)
2
3
4
6 zzip_error, zzip_seterror -
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 just returns dir->errcode of the ZZIP_DIR handle see: zzip_dir_open,
17 zzip_diropen, 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) 2000,2001,2002,2003 Guido Draheim All rights reserved,
26 use under the restrictions of the Lesser GNU General Public License or
27 alternatively the restrictions of the Mozilla Public License 1.1
28
29
30
31zziplib 0.13.49 ZZIP_ERROR(3)