]> git.street.me.uk Git - andy/viking.git/blobdiff - src/gpx.h
GPX write, clickable v-vs-t diagram
[andy/viking.git] / src / gpx.h
index 0ef03cb6cbbd54489418519cccde3fafb6dd8ceb..710774d3b1a228b3d9b04786e81b06e764b69417 100644 (file)
--- a/src/gpx.h
+++ b/src/gpx.h
@@ -23,5 +23,6 @@
 #define _VIKING_GPX_H
 
 void a_gpx_read_file ( VikTrwLayer *trw, FILE *f );
+void a_gpx_write_file ( VikTrwLayer *trw, FILE *f );
 
 #endif