]> 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 c66454e023d4975713872755f04fbfed047787f7..7c8c5afe2f4b6ec83105076b799724ed9a804bdb 100644 (file)
--- 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