]> err.no Git - mapper/commitdiff
Add
authorKaj-Michael Lang <milang@angel.tal.org>
Sun, 28 Oct 2007 10:11:27 +0000 (12:11 +0200)
committerKaj-Michael Lang <milang@angel.tal.org>
Sun, 28 Oct 2007 10:11:27 +0000 (12:11 +0200)
src/gps-conn.h [new file with mode: 0644]

diff --git a/src/gps-conn.h b/src/gps-conn.h
new file mode 100644 (file)
index 0000000..4067421
--- /dev/null
@@ -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