X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/6581f246f970f92182dc4d5147041000023d71d2..00de8de3e9c61db157855abdc793c403ab24ab0e:/src/vikwaypoint.h?ds=sidebyside diff --git a/src/vikwaypoint.h b/src/vikwaypoint.h index 15b2df0a..d7cac9f4 100644 --- a/src/vikwaypoint.h +++ b/src/vikwaypoint.h @@ -42,6 +42,7 @@ struct _VikWaypoint { gchar *name; gchar *comment; gchar *description; + gchar *url; gchar *image; /* a rather misleading, ugly hack needed for trwlayer's click image. * these are the height at which the thumbnail is being drawn, not the @@ -57,6 +58,7 @@ VikWaypoint *vik_waypoint_new(); void vik_waypoint_set_name(VikWaypoint *wp, const gchar *name); void vik_waypoint_set_comment(VikWaypoint *wp, const gchar *comment); void vik_waypoint_set_description(VikWaypoint *wp, const gchar *description); +void vik_waypoint_set_url(VikWaypoint *wp, const gchar *url); void vik_waypoint_set_image(VikWaypoint *wp, const gchar *image); void vik_waypoint_set_symbol(VikWaypoint *wp, const gchar *symname); void vik_waypoint_free(VikWaypoint * wp);