summaryrefslogtreecommitdiffstats
path: root/core/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/file.h')
-rw-r--r--core/file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/file.h b/core/file.h
index 7dbd07b48..e0033d94e 100644
--- a/core/file.h
+++ b/core/file.h
@@ -7,8 +7,8 @@ struct memblock {
size_t size;
};
-extern int try_to_open_cochran(const char *filename, struct memblock *mem);
-extern int try_to_open_liquivision(const char *filename, struct memblock *mem);
+extern int try_to_open_cochran(const char *filename, struct memblock *mem, struct dive_table *table);
+extern int try_to_open_liquivision(const char *filename, struct memblock *mem, struct dive_table *table);
extern int datatrak_import(struct memblock *mem, struct dive_table *table);
extern void ostctools_import(const char *file, struct dive_table *table);