]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikutils.h
Fix crashing on double clicks - properly initialize variable.
[andy/viking.git] / src / vikutils.h
index 6958f4691a807dd7388d8056708377ffbf2f80da..e29d16903a8ac874d474b6c608e01a6ed3201f90 100644 (file)
@@ -29,6 +29,12 @@ G_BEGIN_DECLS
 
 gchar* vu_trackpoint_formatted_message ( gchar *format_code, VikTrackpoint *trkpt, VikTrackpoint *trkpt_prev, VikTrack *trk );
 
 
 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
 G_END_DECLS
 
 #endif