— (../../zzip/plugin.c) zzip_init_io, zzip_get_default_io
#include <zziplib.h>
int zzip_init_io( | , | |
) ; |
; | |
; |
zzip_plugin_io_t
zzip_get_default_io( | ) ; |
; |
The zzip_init_io function initializes the users handler struct to default values being the posix io functions in default configured environments.
The zzip_get_default_io function returns a zzip_plugin_io_t handle to static defaults wrapping the posix io file functions for actual file access.
Guido Draheim <guidod@gmx.de>
Mike Nordell <tamlin@algonet.se>
(c) 2002 Guido Draheim All rights reserved, use under the restrictions of the Lesser GNU General Public License note the additional license information that can be found in COPYING.ZZIP