Added wrt files, prior to converting into Qt/C++.
[ptas] / location-provider.h
1 #ifndef LOCATION_PROVIDER_H
2 #define LOCATION_PROVIDER_H
3
4 void setup_location_provider();
5 void cleanup_location_provider();
6
7 void start_location_provider();
8 void stop_location_provider();
9
10 void set_location_listener(void (*newListener)(double, double));
11
12 #endif