X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_tool.h;h=c1c9728436a327ea5f4d924eb207f4fbb9a7c359;hb=e78e4d19fffa47167fc3c4b3421673b1fd615f6c;hp=f58cd784264fecb93c391aa70a0667beefb9aa08;hpb=caa9411848390bf066b02588c4525731bee190c5;p=rrdtool.git diff --git a/src/rrd_tool.h b/src/rrd_tool.h index f58cd78..c1c9728 100644 --- a/src/rrd_tool.h +++ b/src/rrd_tool.h @@ -115,6 +115,8 @@ int rrd_fetch_fn_libdbi(char *filename, enum cf_en cf_idx, long ds_match( rrd_t *rrd, char *ds_nam); + off_t rrd_get_header_size( + rrd_t *rrd); double rrd_diff( char *a, char *b);