updated copyright to 2013
[psensor.git] / src / graph.h
index 3827a35..e4966da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2012 jeanfi@gmail.com
+ * Copyright (C) 2010-2013 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
@@ -24,9 +24,9 @@
 #include "psensor.h"
 #include "cfg.h"
 
-void graph_update(struct psensor **,
-                 GtkWidget *,
+void graph_update(struct psensor **sensors,
+                 GtkWidget * w_graph,
                  struct config *config,
-                 GtkWidget *window);
+                 GtkWidget * window);
 
 #endif