X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/a25c4c508425a98c4aba9b5d72c6e57c985f9da2..057a78bcfaa6b6a962e4dde9690cb755a61b481e:/src/gpx.h?ds=inline diff --git a/src/gpx.h b/src/gpx.h index c66454e0..7c8c5afe 100644 --- a/src/gpx.h +++ b/src/gpx.h @@ -26,5 +26,6 @@ void a_gpx_read_file ( VikTrwLayer *trw, FILE *f ); void a_gpx_write_file ( VikTrwLayer *trw, FILE *f ); +void a_gpx_write_track_file ( const gchar *name, VikTrack *track, FILE *f ); #endif