X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/8acbc68eb105f230393b6ab379022923c449ac44..b47af40d12d1e08f8abbc1265e2256bf8bbaea1f:/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