1ZZIP_DIR_ALLOC_EXT_I(3) zziplib Function List ZZIP_DIR_ALLOC_EXT_I(3)
2
3
4
6 zzip_dir_alloc_ext_io, zzip_dir_alloc - ...
7
9 #include <zzip/lib.h>
10
11 ZZIP_DIR*
12 zzip_dir_alloc_ext_io((zzip_strings_t* ext, const zzip_plugin_io_t io));
13
14 ZZIP_DIR* zzip_dir_alloc((zzip_strings_t* fileext));
15
17 the zzip_dir_alloc function is obsolete - it was generally used for
18 implementation and exported to let other code build on it. It is now
19 advised to use zzip_dir_alloc_ext_io now on explicitly, just set that
20 second argument to zero to achieve the same functionality as the old
21 style.
22
24 ยท Guido Draheim <guidod@gmx.de> Tomi Ollila <too@iki.fi>
25
27 Copyright (c) 1999,2000,2001,2002,2003 Guido Draheim All rights
28 reserved, use under the restrictions of the Lesser GNU General Public
29 License or alternatively the restrictions of the Mozilla Public License
30 1.1
31
32
33
34zziplib 0.13.49 ZZIP_DIR_ALLOC_EXT_I(3)