X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fgraph.h;h=7dae2c1cfb5b7f1b2c2de0dea0333b356d2e906c;hb=7235ccd223c57e24cd965a65b9c4ca41132c943b;hp=713faf331519d71bdc5a475f431686fe362cec31;hpb=3f19eeb580e97633e9bf991b0dc0a52f3537fea2;p=psensor.git diff --git a/src/graph.h b/src/graph.h index 713faf3..7dae2c1 100644 --- a/src/graph.h +++ b/src/graph.h @@ -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