Merge tag 'upstream/0.8.0.5'
[psensor-pkg-debian.git] / src / ui_graph.h
index d6bf466..c53cd5d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2012 jeanfi@gmail.com
+ * Copyright (C) 2010-2014 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
@@ -23,6 +23,6 @@
 
 #include "ui.h"
 
-GtkWidget *ui_graph_create(struct ui_psensor * ui);
+void ui_graph_create(struct ui_psensor *ui);
 
 #endif