X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/f63ca925baa9bd8b9d9d346cb6be00268ed14269..3f31bec4a6927651bc562e8b21aa0c7354328e1b:/src/gpspoint.h 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