aboutsummaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-19 22:09:47 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-19 22:09:47 -0700
commit3a6c1f767d527c2247eefb264f68adf3f3770608 (patch)
treec4dbe905dcde01aca07a2b2535a8ad900993d415 /dive.h
parent6a9e951f1c5f4e8a6c3c97b5f999506ca1f24d8e (diff)
downloadsubsurface-3a6c1f767d527c2247eefb264f68adf3f3770608.tar.gz
Reinstate the main window title
It got removed by some of my overly aggressive cleanup in commit fefcbf125e89 ("Remove dive info frame") because the dive info frame initialization also initialized the main window title.. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 */