]> git.street.me.uk Git - andy/viking.git/blobdiff - src/gpspoint.h
Fix incorrect GPSBabel/Garmin symbol names.
[andy/viking.git] / src / gpspoint.h
index c68c36f5b06d0ce7ba6b2ed686ee94cee06249b2..be1c340b02507233f5f6552549dba79bf31c0842 100644 (file)
 #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 );
 void a_gpspoint_write_file ( VikTrwLayer *trw, FILE *f );
 
+G_END_DECLS
+
 #endif