X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/1ca082d7cd3908f3ef30317444f3e506bc01927b..db771541ff9b86b3ef5e204d5d5d659ccf66e7e6:/src/geojson.h diff --git a/src/geojson.h b/src/geojson.h index fdee6c83..2c89a1aa 100644 --- a/src/geojson.h +++ b/src/geojson.h @@ -29,6 +29,9 @@ G_BEGIN_DECLS gboolean a_geojson_write_file ( VikTrwLayer *vtl, FILE *ff ); const gchar* a_geojson_program_export ( void ); +const gchar* a_geojson_program_import ( void ); + +gchar* a_geojson_import_to_gpx ( const gchar *filename ); G_END_DECLS