man __zzip_find_disk_trailer (Fonctions bibliothèques) - (../../zzip/zip.c)
NAME
__zzip_find_disk_trailer - (../../zzip/zip.c)
SYNOPSIS
#include <zziplib.h>
int __zzip_find_disk_trailer (int fd, zzip_off_t filesize, struct zzip_disk_trailer * trailer, zzip_plugin_io_t io);DESCRIPTION
The __zzip_find_disk_trailer function is used by zzip_file_open. It tries to find the zip's central directory info that is usually a few bytes off the end of the file.
AUTHOR
- •
- Guido Draheim <guidod@gmx.de>
- •
- Tomi Ollila <too@iki.fi>
COPYRIGHT
(c) 1999,2000,2001,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