X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Frrd_xport.c;h=ac2295bcd1aea33b42f94b4c4c5f51c84c1980bb;hb=bd95d1319ec3ebbe85ca3a175c3bfddbe3348725;hp=10c020f0d09736d9e2009f2860e0a8dd36b6d33d;hpb=2a6a270edfda89b04722b42b57992907f871c671;p=rrdtool.git diff --git a/src/rrd_xport.c b/src/rrd_xport.c index 10c020f..ac2295b 100644 --- a/src/rrd_xport.c +++ b/src/rrd_xport.c @@ -51,7 +51,7 @@ int rrd_xport( * will be changed to represent reality */ unsigned long *col_cnt, /* number of data columns in the result */ char ***legend_v, /* legend entries */ - rrd_value_t ** data) + rrd_value_t **data) { /* two dimensional array containing the data */ image_desc_t im; @@ -159,7 +159,7 @@ int rrd_xport( int rrd_xport_fn( - image_desc_t * im, + image_desc_t *im, time_t *start, time_t *end, /* which time frame do you want ? * will be changed to represent reality */ @@ -167,7 +167,7 @@ int rrd_xport_fn( * will be changed to represent reality */ unsigned long *col_cnt, /* number of data columns in the result */ char ***legend_v, /* legend entries */ - rrd_value_t ** data) + rrd_value_t **data) { /* two dimensional array containing the data */ int i = 0, j = 0;