]> git.street.me.uk Git - andy/viking.git/blobdiff - src/gpx.h
Improve ordering of date/time output on time graphs.
[andy/viking.git] / src / gpx.h
index d8f7d4e2e1104dcb615410a4a467e77f53d7ea8e..5591923f2de3fdc0ad2e0b43d780f714577ae7be 100644 (file)
--- a/src/gpx.h
+++ b/src/gpx.h
@@ -30,6 +30,7 @@ G_BEGIN_DECLS
  * Options adapting GPX writing.
  */
 typedef struct {
  * Options adapting GPX writing.
  */
 typedef struct {
+       // NB force options only apply to trackpoints
        gboolean force_ele; /// Force ele field
        gboolean force_time; /// Force time field
        gboolean hidden; /// Write invisible tracks/waypoints (default is yes)
        gboolean force_ele; /// Force ele field
        gboolean force_time; /// Force time field
        gboolean hidden; /// Write invisible tracks/waypoints (default is yes)
@@ -40,6 +41,9 @@ gboolean a_gpx_read_file ( VikTrwLayer *trw, FILE *f );
 void a_gpx_write_file ( VikTrwLayer *trw, FILE *f, GpxWritingOptions *options );
 void a_gpx_write_track_file ( VikTrack *trk, FILE *f, GpxWritingOptions *options );
 
 void a_gpx_write_file ( VikTrwLayer *trw, FILE *f, GpxWritingOptions *options );
 void a_gpx_write_track_file ( VikTrack *trk, FILE *f, GpxWritingOptions *options );
 
+gchar* a_gpx_write_tmp_file ( VikTrwLayer *vtl, GpxWritingOptions *options );
+gchar* a_gpx_write_track_tmp_file ( VikTrack *trk, GpxWritingOptions *options );
+
 G_END_DECLS
 
 #endif
 G_END_DECLS
 
 #endif