]> git.street.me.uk Git - andy/viking.git/blame_incremental - src/datasources.h
Remove dependencies to gob2
[andy/viking.git] / src / datasources.h
... / ...
CommitLineData
1#ifndef __VIK_DATASOURCES_H
2#define __VIK_DATASOURCES_H
3
4#include "acquire.h"
5
6extern VikDataSourceInterface vik_datasource_gps_interface;
7extern VikDataSourceInterface vik_datasource_google_interface;
8#ifdef VIK_CONFIG_GEOCACHES
9extern VikDataSourceInterface vik_datasource_gc_interface;
10#endif
11#endif