X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/c6acf18ddc123a52e92f0757310cefc9292b46a7..21012ec0a0a3c535966813134645b87160b18bc3:/src/datasources.h?ds=inline diff --git a/src/datasources.h b/src/datasources.h index bae9e3dc..3883a057 100644 --- a/src/datasources.h +++ b/src/datasources.h @@ -33,6 +33,7 @@ extern VikDataSourceInterface vik_datasource_osm_interface; extern VikDataSourceInterface vik_datasource_osm_my_traces_interface; #endif #ifdef VIK_CONFIG_GEOCACHES +void a_datasource_gc_init(); extern VikDataSourceInterface vik_datasource_gc_interface; #endif #ifdef VIK_CONFIG_GEOTAG @@ -42,6 +43,7 @@ extern VikDataSourceInterface vik_datasource_geotag_interface; extern VikDataSourceInterface vik_datasource_wikipedia_interface; #endif extern VikDataSourceInterface vik_datasource_url_interface; +extern VikDataSourceInterface vik_datasource_geojson_interface; G_END_DECLS