X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fui_graph.h;h=a316075da91be276f052deeeb15151917a8598eb;hb=651afecc6dfd1f46eaf071fd285b3beb4986e824;hp=6046d6e3fb2282242603e22314a52deb6422e2c7;hpb=e54444e3e9a77037683eaa26860bbd601e99989b;p=psensor.git diff --git a/src/ui_graph.h b/src/ui_graph.h index 6046d6e..a316075 100644 --- a/src/ui_graph.h +++ b/src/ui_graph.h @@ -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