]> err.no Git - mapper/blob - src/gps-conn.h
Start to rewrite the GPS system to support location information from multiple sources.
[mapper] / src / gps-conn.h
1 #ifndef _MAPPER_GPS_CONN_H
2 #define _MAPPER_GPS_CONN_H
3
4 void gps_conn_set_state(Gps *gps, GpsConnState new_conn_state);
5 void gps_conn_set_progress(Gps *gps, gdouble fix);
6
7 #endif