]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikwaypoint.h
Enable compile time option for geonames username
[andy/viking.git] / src / vikwaypoint.h
index a1680058b9b994946e14d9955946850f84a033e6..555a46591bbf4cfe66d84c5166fb4b0d6b6e0b32 100644 (file)
@@ -43,6 +43,7 @@ struct _VikWaypoint {
   gchar *comment;
   gchar *description;
   gchar *source;
+  gchar *type;
   gchar *url;
   gchar *image;
   /* a rather misleading, ugly hack needed for trwlayer's click image.
@@ -60,6 +61,7 @@ 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_source(VikWaypoint *wp, const gchar *source);
+void vik_waypoint_set_type(VikWaypoint *wp, const gchar *type);
 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);