X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/1ca082d7cd3908f3ef30317444f3e506bc01927b..d61ec067563735c651f81e6ad0f31be01a8c202b:/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