summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-09-26 11:04:50 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-09-26 11:04:50 -0700
commit85925afe43ff14fe44b919dbd2bc5f4570d105a0 (patch)
tree130898128371f78859a55037f54d09b0af3de065 /dive.h
parentfcfc5dd57c2fe8cca49e4e2f3296c49cc9308520 (diff)
parentcb48db275e3877314c6da102990bed6c6980bd7f (diff)
downloadsubsurface-85925afe43ff14fe44b919dbd2bc5f4570d105a0.tar.gz
Merge branch 'uemis-native'
This brings in the code to download dive information directly from a Uemis Zurich dive computer. The implementation contains a major hack that hooks the uemis code into the same data structures used to setup libdivecomputer. This gives the best result for the user, but is not something that I like as a long term solution as it relies on internal libdivecomputer data structures.
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index 4b00b4eba..4d736b119 100644
--- a/dive.h
+++ b/dive.h
@@ -437,4 +437,8 @@ extern const char *subsurface_default_filename(void);
#define FRACTION(n,x) ((unsigned)(n)/(x)),((unsigned)(n)%(x))
+#ifdef DEBUGFILE
+extern char *debugfilename;
+extern FILE *debugfile;
+#endif
#endif /* DIVE_H */