]> git.street.me.uk Git - andy/viking.git/blob - src/datasources.h
Gpslayer: New menu items to remove all tracks and waypoints in GPS folders.
[andy/viking.git] / src / datasources.h
1 #ifndef __VIK_DATASOURCES_H
2 #define __VIK_DATASOURCES_H
3
4 #include "acquire.h"
5
6 extern VikDataSourceInterface vik_datasource_gps_interface;
7 extern VikDataSourceInterface vik_datasource_google_interface;
8 extern VikDataSourceInterface vik_datasource_gc_interface;
9 #endif