summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index 2bc7c8bf8..d58a0146e 100644
--- a/dive.h
+++ b/dive.h
@@ -577,6 +577,9 @@ extern void clear_deco(double surface_pressure);
extern void dump_tissues(void);
extern unsigned int deco_allowed_depth(double tissues_tolerance, double surface_pressure, struct dive *dive, gboolean smooth);
extern void set_gf(double gflow, double gfhigh);
+
+extern void test_planner(void);
+
#ifdef DEBUGFILE
extern char *debugfilename;
extern FILE *debugfile;