]> git.street.me.uk Git - andy/viking.git/blobdiff - src/datasources.h
Ensure highlight for a single track or waypoint is always shown on top.
[andy/viking.git] / src / datasources.h
index 7e5b2b3b2a125edb841afb9f23c2b5e63c5bcfe0..bae9e3dcc81be5490ce6f1c648aea83ef7279a1d 100644 (file)
@@ -27,11 +27,10 @@ G_BEGIN_DECLS
 
 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;
+extern VikDataSourceInterface vik_datasource_osm_my_traces_interface;
 #endif
 #ifdef VIK_CONFIG_GEOCACHES
 extern VikDataSourceInterface vik_datasource_gc_interface;
@@ -42,7 +41,8 @@ extern VikDataSourceInterface vik_datasource_geotag_interface;
 #ifdef VIK_CONFIG_GEONAMES
 extern VikDataSourceInterface vik_datasource_wikipedia_interface;
 #endif
+extern VikDataSourceInterface vik_datasource_url_interface;
 
-G_BEGIN_DECLS
+G_END_DECLS
 
 #endif