Imported Upstream version 1.0.1
[psensor-pkg-debian.git] / src / graph.h
index 897ec7b..88d4e0e 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
@@ -24,6 +24,9 @@
 #include "psensor.h"
 #include "cfg.h"
 
-void graph_update(struct psensor **, GtkWidget *, struct config *config);
+void graph_update(struct psensor **sensors,
+                 GtkWidget * w_graph,
+                 struct config *config,
+                 GtkWidget * window);
 
 #endif