1ZZIP_INIT_IO(3) zziplib Function List ZZIP_INIT_IO(3)
2
3
4
6 zzip_init_io, zzip_get_default_io - ...
7
9 #include <zzip/lib.h>
10
11 int zzip_init_io((zzip_plugin_io_handlers_t io, int flags));
12
13 zzip_plugin_io_t zzip_get_default_io(());
14
16 The zzip_get_default_io function returns a zzip_plugin_io_t handle to
17 static defaults wrapping the posix io file functions for actual file
18 access.
19
21 ยท Guido Draheim <guidod@gmx.de> Mike Nordell <tamlin-@-algonet-se>
22
24 Copyright (c) 2002,2003 Guido Draheim All rights reserved, use under
25 the restrictions of the Lesser GNU General Public License or
26 alternatively the restrictions of the Mozilla Public License 1.1
27
28
29
30zziplib 0.13.49 ZZIP_INIT_IO(3)