X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fui_graph.h;h=a316075da91be276f052deeeb15151917a8598eb;hb=c5c0a28bbee0995ba7c45d6ff78916960188a761;hp=dba76ce865652127a4e25fc0eee581f90911b8a1;hpb=45c8086f97097df36ba8cd0552f152be80f79b12;p=psensor.git diff --git a/src/ui_graph.h b/src/ui_graph.h index dba76ce..a316075 100644 --- a/src/ui_graph.h +++ b/src/ui_graph.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 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