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