diff options
Diffstat (limited to 'divelist.h')
-rw-r--r-- | divelist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/divelist.h b/divelist.h index 7a9d07967..ef90c4283 100644 --- a/divelist.h +++ b/divelist.h @@ -26,6 +26,7 @@ extern void upload_all_dives_divelogs_cb(); /* divelist core logic functions */ extern void process_dives(bool imported, bool prefer_imported); extern char *get_dive_date_string(timestamp_t when); +extern char *get_short_dive_date_string(timestamp_t when); extern char *get_trip_date_string(timestamp_t when, int nr); extern char *get_nitrox_string(struct dive *dive); extern void clear_trip_indexes(void); |