X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.h;h=109d0c57da1a984e59aa03dd0792c3f6ac258276;hb=9cf8d98711dff888f5bfa8efd52ca7b8cf8bfa07;hp=e36839a1e90962a317d5a02676786f7f59f6f6a6;hpb=2a45f6dbc3aa9bef7832e63e30076eff704153c9;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 */