summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2014-01-25 09:49:23 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-01-25 06:52:06 -0800
commit19200932fd599ee4c6248c38d11bd2158b0d6391 (patch)
treec856186b59f512027b3b706e0a9edc2157c4f074 /dive.h
parent47ad50d6de231809fd04d27c053c79b2bbb3ab1a (diff)
downloadsubsurface-19200932fd599ee4c6248c38d11bd2158b0d6391.tar.gz
Set up the parsing of manual CSV files
This function wraps up the parsing of manually kept CSV log files. Set up parameters received from C++ code for use in XSLT. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index 408bb99c5..894a8183a 100644
--- a/dive.h
+++ b/dive.h
@@ -630,6 +630,7 @@ extern int parse_dm4_buffer(const char *url, const char *buf, int size, struct d
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, int cnsf, int stopdepthf, int sepidx, const char *csvtemplate, char **error);
+extern void parse_manual_file(const char *filename, int separator_index, int units, int number, int date, int time, int duration, int location, int gps, int maxdepth, int meandepth, int buddy, int notes, int weight, int tags, char **error);
extern void save_dives(const char *filename);
extern void save_dives_logic(const char *filename, bool select_only);