Other Alias
zzip_dir_real, zzip_realdir, zzip_realfdSYNOPSIS
#include <zzip/lib.h>
-
int zzip_file_real((ZZIP_FILE * fp));
- int zzip_dir_real((ZZIP_DIR * dir));
- void * zzip_realdir((ZZIP_DIR * dir));
- int zzip_realfd((ZZIP_FILE * fp));
- int zzip_dir_real((ZZIP_DIR * dir));
DESCRIPTION
The zzip_realdir function returns the posix DIR* handle (if one exists). Check before with zzip_dir_real if the the ZZIP_DIR points to a real directory.
The zzip_realfd function returns the posix file descriptor (if one exists). Check before with zzip_file_real if the the ZZIP_FILE points to a real file.
COPYRIGHT
Copyright (c) 2000,2001,2002,2003 Guido Draheim All rights reserved, use under the restrictions of the Lesser GNU General Public License or alternatively the restrictions of the Mozilla Public License 1.1