]> git.street.me.uk Git - andy/viking.git/blobdiff - src/gpx.h
Gpslayer: New menu items to remove all tracks and waypoints in GPS folders.
[andy/viking.git] / src / gpx.h
index 0ef03cb6cbbd54489418519cccde3fafb6dd8ceb..c66454e023d4975713872755f04fbfed047787f7 100644 (file)
--- a/src/gpx.h
+++ b/src/gpx.h
@@ -22,6 +22,9 @@
 #ifndef _VIKING_GPX_H
 #define _VIKING_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_read_file ( VikTrwLayer *trw, FILE *f );
+void a_gpx_write_file ( VikTrwLayer *trw, FILE *f );
 
 #endif
 
 #endif