Merge tag 'upstream/1.2.0'
[psensor-pkg-debian.git] / src / ui_sensorlist.h
index 8e4d6c6..953bbcd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2014 jeanfi@gmail.com
+ * Copyright (C) 2010-2016 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -28,4 +28,6 @@ void ui_sensorlist_create(struct ui_psensor *);
 /* Update values current/min/max */
 void ui_sensorlist_update(struct ui_psensor *ui, bool complete);
 
+void ui_sensorlist_cb_graph_toggled(GtkCellRendererToggle *, gchar *, gpointer);
+
 #endif