summaryrefslogtreecommitdiffstats
path: root/divelist.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-31 17:59:01 +1000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-31 17:59:01 +1000
commit9a65798daf3dc0e7991305ce759d42d40d2dc98c (patch)
tree07bd8a275f3e02832e8277bcba9849f1330d965e /divelist.h
parent5c2a2691fdccb9d355fe7f71c19aa104b9d570f4 (diff)
downloadsubsurface-9a65798daf3dc0e7991305ce759d42d40d2dc98c.tar.gz
Use a slightly shorter date string for Info tab
This way the spacing of the elements looks nicer. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'divelist.h')
-rw-r--r--divelist.h1
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);