1zzip_error(3)                zziplib Function List               zzip_error(3)
2
3
4

NAME

6       zzip_error, zzip_seterror -  get errror status.
7

SYNOPSIS

9       #include <zzip/lib.h>
10
11
12       int
13       zzip_error(ZZIP_DIR * dir)
14
15       void
16       zzip_seterror(ZZIP_DIR * dir, int errcode)
17
18
19

DESCRIPTION

21        The zzip_error function just returns dir->errcode of the ZZIP_DIR
22       handle see: zzip_dir_open, zzip_dir_open, zzip_readdir, zzip_dir_read
23
24        The zzip_seterror function just does dir->errcode = errcode
25
26
27

AUTHOR

29        Guido Draheim <guidod@gmx.de>
30
31
32
34        Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
35
36
37
38
39
40zziplib                             0.13.72                      zzip_error(3)
Impressum