diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-02-13 23:38:14 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-13 23:38:14 -0800 |
commit | 06e03e83e8d4d30429d57a5f2f4fab3974cf9aa8 (patch) | |
tree | 7704ab12fe037f3d29c98adc1565367e572548cc /dive.h | |
parent | 69af7887e0f1935e40d5b9c0628b511a1d53a457 (diff) | |
parent | d1ee250524dc211ce120414b87f515ee975aad40 (diff) | |
download | subsurface-06e03e83e8d4d30429d57a5f2f4fab3974cf9aa8.tar.gz |
Merge branch 'planner-fix'
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |