X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/41e7014c92d44bce9aaaa8b2cc439649b6506e65..b9f777e49bfc5880152c9c9b6f3e33d1a504fa31:/src/vikutils.h?ds=sidebyside diff --git a/src/vikutils.h b/src/vikutils.h index 6958f469..e29d1690 100644 --- a/src/vikutils.h +++ b/src/vikutils.h @@ -29,6 +29,12 @@ G_BEGIN_DECLS gchar* vu_trackpoint_formatted_message ( gchar *format_code, VikTrackpoint *trkpt, VikTrackpoint *trkpt_prev, VikTrack *trk ); +void vu_check_latest_version ( GtkWindow *window ); + +void vu_set_auto_features_on_first_run ( void ); + +gchar *vu_get_canonical_filename ( VikLayer *vl, const gchar *filename ); + G_END_DECLS #endif