aboutsummaryrefslogtreecommitdiffstats
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 e36839a1e..109d0c57d 100644
--- a/dive.h
+++ b/dive.h
@@ -226,4 +226,7 @@ extern void update_air_info(char *buffer);
#define DIVE_ERROR_PARSE 1
+const char *weekday(int wday);
+const char *monthname(int mon);
+
#endif /* DIVE_H */