diff options
Diffstat (limited to 'core/file.h')
-rw-r--r-- | core/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/file.h b/core/file.h index 9653fbb96..7dbd07b48 100644 --- a/core/file.h +++ b/core/file.h @@ -16,7 +16,7 @@ extern void ostctools_import(const char *file, struct dive_table *table); extern "C" { #endif extern int readfile(const char *filename, struct memblock *mem); -extern int try_to_open_zip(const char *filename); +extern int try_to_open_zip(const char *filename, struct dive_table *table); #ifdef __cplusplus } #endif |