release GConfClient when quitting
[psensor.git] / src / cfg.h
index 2ba8475..2cf01f6 100644 (file)
--- a/src/cfg.h
+++ b/src/cfg.h
@@ -66,6 +66,8 @@ void config_save(struct config *);
 
 void config_init();
 
+void config_cleanup();
+
 struct color *config_get_sensor_color(char *sensor_name,
                                      struct color *default_color);