X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/8c4f1350d63e7d8bee903123eed8a48263787265..057a78bcfaa6b6a962e4dde9690cb755a61b481e:/src/gpx.h?ds=sidebyside diff --git a/src/gpx.h b/src/gpx.h index 710774d3..7c8c5afe 100644 --- a/src/gpx.h +++ b/src/gpx.h @@ -22,7 +22,10 @@ #ifndef _VIKING_GPX_H #define _VIKING_GPX_H +#include "viktrwlayer.h" + 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