.TH "zzip_init_io" "3" "0\&.13\&.72" "zziplib" "zziplib Function List" .ie \n(.g .ds Aq \(aq .el .ds Aq .nh .ad l .SH "NAME" zzip_init_io, zzip_get_default_io \- init plugin struct\&. .SH "SYNOPSIS" .sp .nf .B "#include " .B "" .sp int \fIzzip_init_io\fR(zzip_plugin_io_handlers_t io, int flags) zzip_plugin_io_t \fIzzip_get_default_io\fR(void) .fi .sp .SH "DESCRIPTION" The \fIzzip_init_io\fP function initializes the users handler struct to default values being the posix io functions in default configured environments. .sp Note that the target io_handlers_t structure should be static or atleast it should be kept during the lifetime of zzip operations. .sp The \fIzzip_get_default_io\fP function returns a zzip_plugin_io_t handle to static defaults wrapping the posix io file functions for actual file access. The returned structure is shared by all threads in the system. .sp .sp .SH "AUTHOR" Guido Draheim Mike Nordell .sp .sp .SH "COPYRIGHT" Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL) .sp .sp