X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_graph.h;h=24331a6c86f1e4a625d272b411225f1649b8b4d4;hp=3308e64860a4cc9115bc76ae28ee2daee6ebc7a4;hb=355e29120ccb981bab8779dab297d0302b7524ec;hpb=79888cec49c5530b1ff095d963f818848605affb diff --git a/src/rrd_graph.h b/src/rrd_graph.h index 3308e64..24331a6 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -377,9 +377,9 @@ int lazy_check( int graph_paint( image_desc_t *); int graph_paint_timestring( - image_desc_t *,int); + image_desc_t *,int,int); int graph_paint_xy( - image_desc_t *,int); + image_desc_t *,int,int); int rrd_graph_xport( image_desc_t *);