]> git.street.me.uk Git - andy/viking.git/blame - src/datasources.h
Mark many strings translatable
[andy/viking.git] / src / datasources.h
CommitLineData
7b3479e3
EB
1#ifndef __VIK_DATASOURCES_H
2#define __VIK_DATASOURCES_H
a25c4c50
GB
3
4#include "acquire.h"
5
7b3479e3
EB
6extern VikDataSourceInterface vik_datasource_gps_interface;
7extern VikDataSourceInterface vik_datasource_google_interface;
1ef9e637 8#ifdef VIK_CONFIG_GEOCACHES
3333c069 9extern VikDataSourceInterface vik_datasource_gc_interface;
7b3479e3 10#endif
1ef9e637 11#endif