From ed6ae14a9f6f608cb8ca72e8982806ea03c43571 Mon Sep 17 00:00:00 2001 From: Salvador Cuñat Date: Sat, 4 Apr 2015 01:04:08 +0200 Subject: Move extern declaration to header file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move extern declaration of function datatrak_import() to file.h, where it fits better than in file.c Signed-off-by: Salvador Cuñat Signed-off-by: Dirk Hohndel --- file.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'file.c') diff --git a/file.c b/file.c index 03eb41c8d..5be16a2a0 100644 --- a/file.c +++ b/file.c @@ -22,8 +22,6 @@ #define O_BINARY 0 #endif -extern void datatrak_import(const char *file, struct dive_table *table); - int readfile(const char *filename, struct memblock *mem) { int ret, fd; -- cgit v1.2.3-70-g09d2