]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikwaypoint.h
[QA] minor doc improvment
[andy/viking.git] / src / vikwaypoint.h
index 8f8a53afcf8b965ecd43182384c8788f29f153b1..5fd8da999c7a655efdf3f7d7e426eb327f94ed0f 100644 (file)
@@ -36,6 +36,8 @@ typedef struct _VikWaypoint VikWaypoint;
 struct _VikWaypoint {
   VikCoord coord;
   gboolean visible;
+  gboolean has_timestamp;
+  time_t timestamp;
   gdouble altitude;
   gchar *name;
   gchar *comment;