*** empty log message ***

From-SVN: r24281
This commit is contained in:
Per Bothner 1998-12-12 13:48:16 -08:00
parent 63a212ed3e
commit e136860a83
1 changed files with 2 additions and 0 deletions

View File

@ -56,3 +56,5 @@ extern struct ZipFileCache *SeenZipFiles;
#define ZIPDIR_NEXT(ZIPD) \
((ZipDirectory*)((char*)(ZIPD)+(ZIPD)->direntry_size))
#define ZIPMAGIC 0x504b0304
extern ZipFile * opendir_in_zip ();