]> git.street.me.uk Git - andy/viking.git/blobdiff - src/datasources.h
[DOC] Fix some incorrect docbook markup.
[andy/viking.git] / src / datasources.h
index 25bb80b0381063804879202d9fbcbf882a5a8001..10df1a6fe341d706617deae2ab43b93b3471198b 100644 (file)
 
 #include "acquire.h"
 
+G_BEGIN_DECLS
+
 extern VikDataSourceInterface vik_datasource_gps_interface;
-extern VikDataSourceInterface vik_datasource_google_interface;
+extern VikDataSourceInterface vik_datasource_file_interface;
+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;
 #endif
+#ifdef VIK_CONFIG_GEOTAG
+extern VikDataSourceInterface vik_datasource_geotag_interface;
+#endif
+#ifdef VIK_CONFIG_GEONAMES
+extern VikDataSourceInterface vik_datasource_wikipedia_interface;
+#endif
+
+G_END_DECLS
+
 #endif