summaryrefslogtreecommitdiffstats
path: root/core/planner.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/planner.h')
-rw-r--r--core/planner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/planner.h b/core/planner.h
index 404fbe3fc..156d39983 100644
--- a/core/planner.h
+++ b/core/planner.h
@@ -50,6 +50,7 @@ extern int get_cylinderid_at_time(struct dive *dive, struct divecomputer *dc, du
extern int get_gasidx(struct dive *dive, struct gasmix mix);
extern bool diveplan_empty(struct diveplan *diveplan);
extern void add_plan_to_notes(struct diveplan *diveplan, struct dive *dive, bool show_disclaimer, int error);
+extern const char *get_planner_disclaimer();
extern void free_dps(struct diveplan *diveplan);
extern struct dive *planned_dive;