X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.h;h=109d0c57da1a984e59aa03dd0792c3f6ac258276;hb=3a6c1f767d527c2247eefb264f68adf3f3770608;hp=e36839a1e90962a317d5a02676786f7f59f6f6a6;hpb=6a9e951f1c5f4e8a6c3c97b5f999506ca1f24d8e;p=ext%2Fsubsurface.git diff --git a/dive.h b/dive.h index e36839a..109d0c5 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 */