]> git.street.me.uk Git - andy/viking.git/blobdiff - src/datasources.h
Fix uniquify tracks to use the appropriate sort order.
[andy/viking.git] / src / datasources.h
index 7e5b2b3b2a125edb841afb9f23c2b5e63c5bcfe0..3883a0573118d831acffd80c843e248433c1b635 100644 (file)
@@ -27,13 +27,13 @@ G_BEGIN_DECLS
 
 extern VikDataSourceInterface vik_datasource_gps_interface;
 extern VikDataSourceInterface vik_datasource_file_interface;
 
 extern VikDataSourceInterface vik_datasource_gps_interface;
 extern VikDataSourceInterface vik_datasource_file_interface;
-#ifdef VIK_CONFIG_GOOGLE
-extern VikDataSourceInterface vik_datasource_google_interface;
-#endif
+extern VikDataSourceInterface vik_datasource_routing_interface;
 #ifdef VIK_CONFIG_OPENSTREETMAP
 extern VikDataSourceInterface vik_datasource_osm_interface;
 #ifdef VIK_CONFIG_OPENSTREETMAP
 extern VikDataSourceInterface vik_datasource_osm_interface;
+extern VikDataSourceInterface vik_datasource_osm_my_traces_interface;
 #endif
 #ifdef VIK_CONFIG_GEOCACHES
 #endif
 #ifdef VIK_CONFIG_GEOCACHES
+void a_datasource_gc_init();
 extern VikDataSourceInterface vik_datasource_gc_interface;
 #endif
 #ifdef VIK_CONFIG_GEOTAG
 extern VikDataSourceInterface vik_datasource_gc_interface;
 #endif
 #ifdef VIK_CONFIG_GEOTAG
@@ -42,7 +42,9 @@ extern VikDataSourceInterface vik_datasource_geotag_interface;
 #ifdef VIK_CONFIG_GEONAMES
 extern VikDataSourceInterface vik_datasource_wikipedia_interface;
 #endif
 #ifdef VIK_CONFIG_GEONAMES
 extern VikDataSourceInterface vik_datasource_wikipedia_interface;
 #endif
+extern VikDataSourceInterface vik_datasource_url_interface;
+extern VikDataSourceInterface vik_datasource_geojson_interface;
 
 
-G_BEGIN_DECLS
+G_END_DECLS
 
 #endif
 
 #endif