]> 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 3acee336189b90131f809074be4f6571d5b8884e..be1c340b02507233f5f6552549dba79bf31c0842 100644 (file)
 
 #include "viktrwlayer.h"
 
-void a_gpspoint_read_file ( VikTrwLayer *trw, FILE *f );
+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