From 5eccd73a306298616da122ba4e653d4c8f391df8 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Thu, 21 Nov 2013 23:48:41 +0100 Subject: Add optional support for cns import from csv files Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- dive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dive.h') diff --git a/dive.h b/dive.h index 924bab7f3..d6490fdf7 100644 --- a/dive.h +++ b/dive.h @@ -626,7 +626,7 @@ extern void set_filename(const char *filename, bool force); extern int parse_dm4_buffer(const char *url, const char *buf, int size, struct dive_table *table, char **error); extern void parse_file(const char *filename, char **error); -extern void parse_csv_file(const char *filename, int time, int depth, int temp, int po2f, char **error); +extern void parse_csv_file(const char *filename, int time, int depth, int temp, int po2f, int cnsf, char **error); extern void save_dives(const char *filename); extern void save_dives_logic(const char *filename, bool select_only); -- cgit v1.2.3-70-g09d2