X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/bf35388d0815a5ae2749d4ab4545c2289076372e..057a78bcfaa6b6a962e4dde9690cb755a61b481e:/src/gpx.h diff --git a/src/gpx.h b/src/gpx.h index 0ef03cb6..7c8c5afe 100644 --- a/src/gpx.h +++ b/src/gpx.h @@ -22,6 +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