Imported Upstream version 1.2.0
[psensor-pkg-debian.git] / src / ui_graph.h
index d6bf466..a316075 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2012 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
@@ -23,6 +23,6 @@
 
 #include "ui.h"
 
-GtkWidget *ui_graph_create(struct ui_psensor * ui);
+void ui_graph_create(struct ui_psensor *ui);
 
 #endif