X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Fui_graph.h;h=d877d42f4ea23d191e1652a77e2f6b674f2eedfa;hp=d6bf46660670c1a189ef17db7c49593f796fd775;hb=dcd813f21c83592155f712ff1acf450b483d8072;hpb=f055e7507526592d3a74c652f5f053701614c9c0 diff --git a/src/ui_graph.h b/src/ui_graph.h index d6bf466..d877d42 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-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 @@ -23,6 +23,6 @@ #include "ui.h" -GtkWidget *ui_graph_create(struct ui_psensor * ui); +void ui_graph_create(struct ui_psensor *ui); #endif