]> git.street.me.uk Git - andy/viking.git/blobdiff - src/gpspoint.h
Add Windows' path to configuration files
[andy/viking.git] / src / gpspoint.h
index 3acee336189b90131f809074be4f6571d5b8884e..eb4a3e031ef2da509706d999490a1d7aacf2b512 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "viktrwlayer.h"
 
-void a_gpspoint_read_file ( VikTrwLayer *trw, FILE *f );
+gboolean a_gpspoint_read_file ( VikTrwLayer *trw, FILE *f );
 void a_gpspoint_write_file ( VikTrwLayer *trw, FILE *f );
 
 #endif