git-svn-id: file:///svnroot/speedometer/trunk@44 df364472-da61-43ef-8a67-511c89aa921b
[speedometer] / util.h
diff --git a/util.h b/util.h
index a7c5be6..a33b468 100644 (file)
--- a/util.h
+++ b/util.h
 #include "appdata.h"
 
 // starts the gps
-void start_gps(AppData* appdata);
+void start_gps();
 
 // stops the gps
-void stop_gps(AppData* appdata);
+void stop_gps();
 
-// converts the speed from the gps
-void interpret_speed_from_gps(AppData* appdata, gdouble speed);
-
-// shows instructions how to send me a postcard
-void show_postcard_dialog();
+// loads settings from GConf
+void load_settings();
 
 #endif /* UTIL_H_ */