summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-13 23:38:14 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-13 23:38:14 -0800
commit06e03e83e8d4d30429d57a5f2f4fab3974cf9aa8 (patch)
tree7704ab12fe037f3d29c98adc1565367e572548cc /dive.h
parent69af7887e0f1935e40d5b9c0628b511a1d53a457 (diff)
parentd1ee250524dc211ce120414b87f515ee975aad40 (diff)
downloadsubsurface-06e03e83e8d4d30429d57a5f2f4fab3974cf9aa8.tar.gz
Merge branch 'planner-fix'
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index 246521554..35becba07 100644
--- a/dive.h
+++ b/dive.h
@@ -599,6 +599,7 @@ extern void set_autogroup(gboolean value);
extern int total_weight(struct dive *);
#define DIVE_ERROR_PARSE 1
+#define DIVE_ERROR_PLAN 2
const char *weekday(int wday);
const char *monthname(int mon);