]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikutils.h
SF Bugs#138: Fix handling of <link> tags in GPX files.
[andy/viking.git] / src / vikutils.h
index 661161832df59d2ca1de0197d59382dd39273574..9ffed633fe6731adb0d4a89cd1b65fdc7003472a 100644 (file)
@@ -48,6 +48,8 @@ void vu_copy_label_menu ( GtkWidget *widget, guint button );
 
 void vu_zoom_to_show_latlons ( VikCoordMode mode, VikViewport *vvp, struct LatLon maxmin[2] );
 
+void vu_waypoint_set_image_uri ( VikWaypoint *wp, const gchar *uri, const gchar *dirpath );
+
 G_END_DECLS
 
 #endif