X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_graph.h;h=b86859c453e53c40974354ee8fce87860b6fdda1;hb=c2a7f0a7c81f0e60e6e2204bac700388f228bf87;hp=e127179a4897f4e8108103a16f51f3bddb5df606;hpb=2e031f6159ca944a9bda3bb8f3bfcdd178d564e0;p=rrdtool.git diff --git a/src/rrd_graph.h b/src/rrd_graph.h index e127179..b86859c 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -192,6 +192,7 @@ void axis_paint( image_desc_t *, gfx_canvas_t *); void grid_paint( image_desc_t *, gfx_canvas_t *); int lazy_check(image_desc_t *); int graph_paint(image_desc_t *, char ***); +void pie_part(gfx_canvas_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 *);