X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/8acbc68eb105f230393b6ab379022923c449ac44..f3c798e9818e701f4db1819debe30c3771f38542:/src/gpspoint.h?ds=inline diff --git a/src/gpspoint.h b/src/gpspoint.h index eb4a3e03..be1c340b 100644 --- a/src/gpspoint.h +++ b/src/gpspoint.h @@ -24,7 +24,11 @@ #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