X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fgraph.h;h=236b4ea0ca6996d41f4e5dfe2c7ec6cfcce19b15;hb=c5c0a28bbee0995ba7c45d6ff78916960188a761;hp=713faf331519d71bdc5a475f431686fe362cec31;hpb=3f19eeb580e97633e9bf991b0dc0a52f3537fea2;p=psensor.git diff --git a/src/graph.h b/src/graph.h index 713faf3..236b4ea 100644 --- a/src/graph.h +++ b/src/graph.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 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 @@ -31,4 +31,7 @@ void graph_update(struct psensor **sensors, struct config *config, GtkWidget *window); +/* Compute the number of measures which must be kept. */ +int compute_values_max_length(struct config *); + #endif