X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_fetch.c;h=a995fec28b9575e6a55561c9133c173710abdd0b;hp=42ddceba12e52892fddbb34abbdab3bf1107050d;hb=657d850f957a2dd703e3aab2d7cde4b0f9711c15;hpb=2a6a270edfda89b04722b42b57992907f871c671 diff --git a/src/rrd_fetch.c b/src/rrd_fetch.c index 42ddceb..a995fec 100644 --- a/src/rrd_fetch.c +++ b/src/rrd_fetch.c @@ -67,7 +67,7 @@ int rrd_fetch( * will be changed to represent reality */ unsigned long *ds_cnt, /* number of data sources in file */ char ***ds_namv, /* names of data sources */ - rrd_value_t ** data) + rrd_value_t **data) { /* two dimensional array containing the data */ @@ -171,7 +171,7 @@ int rrd_fetch_r( * will be changed to represent reality */ unsigned long *ds_cnt, /* number of data sources in file */ char ***ds_namv, /* names of data_sources */ - rrd_value_t ** data) + rrd_value_t **data) { /* two dimensional array containing the data */ enum cf_en cf_idx; @@ -193,7 +193,7 @@ int rrd_fetch_fn( * will be changed to represent reality */ unsigned long *ds_cnt, /* number of data sources in file */ char ***ds_namv, /* names of data_sources */ - rrd_value_t ** data) + rrd_value_t **data) { /* two dimensional array containing the data */ long i, ii; time_t cal_start, cal_end, rra_start_time, rra_end_time;