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 The zzip_seterror function just does dir->errcode = errcode
17
19 ยท Guido Draheim <guidod@gmx.de>
20
22 Copyright (c) 2000,2001,2002,2003 Guido Draheim All rights reserved,
23 use under the restrictions of the Lesser GNU General Public License or
24 alternatively the restrictions of the Mozilla Public License 1.1
25
26
27
28zziplib 0.13.62 ZZIP_ERROR(3)