![]() |
![]()
| ![]() |
![]()
NAMEzzip_dir_fdopen, zzip_dir_fdopen_ext_io - fd reopen. SYNOPSIS#include <zzip/lib.h> ZZIP_DIR* zzip_dir_fdopen(int fd, zzip_error_t* errcode_p) ZZIP_DIR* zzip_dir_fdopen_ext_io(int fd, zzip_error_t* errcode_p, zzip_strings_t* ext, DESCRIPTIONThe zzip_dir_fdopen function is used by the zzip_dir_open and zzip_opendir(2) call. Opens the zip-archive as specified with the fd which points to an already openend file. The zzip_dir_fdopen function then search and parse the zip's central directory.
AUTHORGuido Draheim <guidod@gmx.de> Tomi Ollila <too@iki.fi> COPYRIGHTCopyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
|