summaryrefslogtreecommitdiffstats
path: root/planner.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2014-06-04 23:34:09 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-04 14:45:54 -0700
commit40dd6f4c3931e58ca18754ecfe9c8da5f2c6f542 (patch)
tree8ffb4d591cda0edb86deaeeae95afda43d14c644 /planner.h
parent714fdc7ced770c16126fadec2b0bf314e9b4a622 (diff)
downloadsubsurface-40dd6f4c3931e58ca18754ecfe9c8da5f2c6f542.tar.gz
Disclaimer included in the printed diveplan
Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'planner.h')
-rw-r--r--planner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/planner.h b/planner.h
index 32419d073..12ea3d9d0 100644
--- a/planner.h
+++ b/planner.h
@@ -21,7 +21,7 @@ extern bool diveplan_empty(struct diveplan *diveplan);
extern struct dive *planned_dive;
extern char *cache_data;
-extern char *disclaimer;
+extern const char *disclaimer;
extern double plangflow, plangfhigh;