diff options
Diffstat (limited to 'core/file.h')
-rw-r--r-- | core/file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/file.h b/core/file.h index 423d471f9..9653fbb96 100644 --- a/core/file.h +++ b/core/file.h @@ -16,7 +16,6 @@ extern void ostctools_import(const char *file, struct dive_table *table); 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); #ifdef __cplusplus } |