X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_graph.h;h=d67f135f17ca145b981df1bb9a59ceaf201dfa43;hp=181474cbd217a41009e23920e003f3e32cd5f6cb;hb=375995188dfc9e69f3884e8d4631809d137cc5e8;hpb=e44c4e2927897b0125873cdf198df7c19aabf79f diff --git a/src/rrd_graph.h b/src/rrd_graph.h index 181474c..d67f135 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -219,7 +219,7 @@ int graph_paint(image_desc_t *, char ***); void pie_part(image_desc_t *, gfx_color_t, double, double, double, double, double); int gdes_alloc(image_desc_t *); int scan_for_col(char *, int, char *); -int rrd_graph(int, char **, char ***, int *, int *, FILE *); +int rrd_graph(int, char **, char ***, int *, int *, FILE *, double *, double *); void rrd_graph_init(image_desc_t *); void rrd_graph_options(int, char **, image_desc_t *); void rrd_graph_script(int, char **, image_desc_t *, int);