summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2014-04-16 23:56:42 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-04-17 08:33:51 -0700
commitf14c14c383763c73de1a6ec681b017517235f2f6 (patch)
tree3c9c624e51c8e602a8ba085d56411c839fc05b80 /dive.h
parent1a1cbc296be806a2117a5969443917d96bcb096a (diff)
downloadsubsurface-f14c14c383763c73de1a6ec681b017517235f2f6.tar.gz
Mark a lot of TODO's where I think it should be moved to C code.
This marks a lot of todo's where I think there's core stuff being mangled on the interface - we should remove this from the interface to make testing and maintenability easier. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index 62d57d6cc..12f190c41 100644
--- a/dive.h
+++ b/dive.h
@@ -846,7 +846,9 @@ struct diveplan {
struct divedatapoint *plan_add_segment(struct diveplan *diveplan, int duration, int depth, int o2, int he, int po2, bool entered);
void get_gas_string(int o2, int he, char *buf, int len);
struct divedatapoint *create_dp(int time_incr, int depth, int o2, int he, int po2);
+#if DEBUG_PLAN
void dump_plan(struct diveplan *diveplan);
+#endif
void plan(struct diveplan *diveplan, char **cached_datap, struct dive **divep, bool add_deco);
void delete_single_dive(int idx);