X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/bf35388d0815a5ae2749d4ab4545c2289076372e..700b0908d71f64c9449ba372d0b9a8363257afb1:/src/gpx.h?ds=inline diff --git a/src/gpx.h b/src/gpx.h index 0ef03cb6..c66454e0 100644 --- a/src/gpx.h +++ b/src/gpx.h @@ -22,6 +22,9 @@ #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 ); #endif