From 435ee1777d9b587fbe4308e523d4160bf13fd6b7 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Sun, 28 Oct 2007 12:11:27 +0200 Subject: [PATCH] Add --- src/gps-conn.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/gps-conn.h diff --git a/src/gps-conn.h b/src/gps-conn.h new file mode 100644 index 0000000..4067421 --- /dev/null +++ b/src/gps-conn.h @@ -0,0 +1,7 @@ +#ifndef _MAPPER_GPS_CONN_H +#define _MAPPER_GPS_CONN_H + +void gps_conn_set_state(ConnState new_conn_state); +void gps_conn_set_progress(gdouble fix); + +#endif -- 2.39.5