summaryrefslogtreecommitdiff
path: root/src/fs/zip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/zip.h')
-rw-r--r--src/fs/zip.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/fs/zip.h b/src/fs/zip.h
index a54b08129..412dbcef9 100644
--- a/src/fs/zip.h
+++ b/src/fs/zip.h
@@ -26,13 +26,12 @@
#include <string>
#include <vector>
-struct VirtFile;
+struct VirtZipEntry;
struct ZipLocalHeader;
namespace Zip
{
- bool readArchiveInfo(const std::string &restrict archiveName,
- std::vector<ZipLocalHeader*> &restrict headers);
+ bool readArchiveInfo(VirtZipEntry *const entry);
std::string getZlibError(const int err);
void reportZlibError(const std::string &text,
const int err);