X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/cb5ec7a8cb5611005376c65d4ac79d875cea51f0..3f31bec4a6927651bc562e8b21aa0c7354328e1b:/src/gpspoint.h?ds=sidebyside diff --git a/src/gpspoint.h b/src/gpspoint.h index eb4a3e03..18eb1bb0 100644 --- a/src/gpspoint.h +++ b/src/gpspoint.h @@ -24,7 +24,11 @@ #include "viktrwlayer.h" -gboolean a_gpspoint_read_file ( VikTrwLayer *trw, FILE *f ); +G_BEGIN_DECLS + +gboolean a_gpspoint_read_file ( VikTrwLayer *trw, FILE *f, const gchar *dirpath ); void a_gpspoint_write_file ( VikTrwLayer *trw, FILE *f ); +G_END_DECLS + #endif