]> git.street.me.uk Git - andy/viking.git/blobdiff - src/gpx.h
Fix a segfault caused by (mistakenly) adding a new layer to gps layer.
[andy/viking.git] / src / gpx.h
index 0ef03cb6cbbd54489418519cccde3fafb6dd8ceb..7c8c5afe2f4b6ec83105076b799724ed9a804bdb 100644 (file)
--- a/src/gpx.h
+++ b/src/gpx.h
 #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