]> git.street.me.uk Git - andy/viking.git/blobdiff - src/gpspoint.h
Remove unnecessary subdomain in some OSM tileserver hostnames.
[andy/viking.git] / src / gpspoint.h
index c68c36f5b06d0ce7ba6b2ed686ee94cee06249b2..18eb1bb0aff95eab9635226b7aad8f8aaf3d216c 100644 (file)
 #ifndef _VIKING_GPSPOINT_H
 #define _VIKING_GPSPOINT_H
 
 #ifndef _VIKING_GPSPOINT_H
 #define _VIKING_GPSPOINT_H
 
-void a_gpspoint_read_file ( VikTrwLayer *trw, FILE *f );
+#include "viktrwlayer.h"
+
+G_BEGIN_DECLS
+
+gboolean a_gpspoint_read_file ( VikTrwLayer *trw, FILE *f, const gchar *dirpath );
 void a_gpspoint_write_file ( VikTrwLayer *trw, FILE *f );
 
 void a_gpspoint_write_file ( VikTrwLayer *trw, FILE *f );
 
+G_END_DECLS
+
 #endif
 #endif