summaryrefslogtreecommitdiffstats
path: root/subsurface-core/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-core/file.h')
-rw-r--r--subsurface-core/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-core/file.h b/subsurface-core/file.h
index 855109960..1c1dfc116 100644
--- a/subsurface-core/file.h
+++ b/subsurface-core/file.h
@@ -16,7 +16,7 @@ extern "C" {
#endif
extern int readfile(const char *filename, struct memblock *mem);
extern timestamp_t parse_date(const char *date);
-extern int try_to_open_zip(const char *filename, struct memblock *mem);
+extern int try_to_open_zip(const char *filename);
#ifdef __cplusplus
}
#endif