— (zzip/file.c) zzip_rewind
#include <zzip/zzip.h> // or <zziplib.h>
int
zzip_rewind(
)
;
ZZIP_FILE *fp;
The zzip_rewind function will rewind a real/zipped file.
It seeks to the beginning of this file's data in the zip, or the beginning of the file for a stat'fd.
Guido Draheim <guidod@gmx.de>
Tomi Ollila <Tomi.Ollila@iki.fi>
(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