diff options
Diffstat (limited to 'core/subsurface-time.h')
| -rw-r--r-- | core/subsurface-time.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/subsurface-time.h b/core/subsurface-time.h index 8d564753f..828a8ef02 100644 --- a/core/subsurface-time.h +++ b/core/subsurface-time.h @@ -18,6 +18,8 @@ extern int utc_weekday(timestamp_t timestamp); extern timestamp_t parse_datetime(const char *s); /* returns 0 on error */ extern char *format_datetime(timestamp_t timestamp); /* ownership of string passed to caller */ +extern const char *monthname(int mon); + #ifdef __cplusplus } #endif |