changeset 240 | 052041af9001 |
parent 214 | 19846c18071b |
child 254 | c66bbbe50f14 |
--- a/archivers/zip.c Sat May 25 09:40:51 2002 +0000 +++ b/archivers/zip.c Sat May 25 09:41:14 2002 +0000 @@ -99,6 +99,7 @@ ZIP_exists, /* exists() method */ ZIP_isDirectory, /* isDirectory() method */ ZIP_isSymLink, /* isSymLink() method */ + NULL, /* getLastModTime() method */ /* !!! FIXME: This can be determined in a zipfile. */ ZIP_openRead, /* openRead() method */ NULL, /* openWrite() method */ NULL, /* openAppend() method */