1ZIP_STAT_INIT(3) Library Functions Manual ZIP_STAT_INIT(3)
2
3
4
6 zip_stat_init - initialize zip_stat structure
7
9 libzip (-lzip)
10
12 #include <zip.h>
13
14 void zip_stat_init(struct zip_stat *sb);
15
17 The zip_stat_init function initializes the members of a struct
18 zip_stat. The current members are described in zip_stat(3), but this
19 function should be used to initialize it to make sure none are missed.
20 The structure pointed to by sb must be allocated before calling
21 zip_stat_init.
22
24 If sb is valid, the function is always successful.
25
27 libzip(3), zip_stat(3)
28
30 Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at>
31
32
33
34NiH November 10, 2008 ZIP_STAT_INIT(3)