X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fgraph.h;h=7dae2c1cfb5b7f1b2c2de0dea0333b356d2e906c;hb=97d01afc5a48b44e84fadfd019b1d6f28aca004e;hp=713faf331519d71bdc5a475f431686fe362cec31;hpb=566e36328a394fc227e7a07f19669de147bcfb37;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