X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_tool.h;h=de35e46df533a01f881c6cd82b8ce29ce013c191;hp=7d8368a6a45ebdbba57be8eca32ad109aa97c3d2;hb=bb124879717bdb65640cd50ce99e3569cb0a9a3f;hpb=96b0f4aace0deef034a792a08dc2d426cd2b61a4 diff --git a/src/rrd_tool.h b/src/rrd_tool.h index 7d8368a..de35e46 100644 --- a/src/rrd_tool.h +++ b/src/rrd_tool.h @@ -82,7 +82,8 @@ extern "C" { int rrd_create_fn( const char *file_name, - rrd_t *rrd); + rrd_t *rrd, + int no_overwrite); int rrd_fetch_fn (const char *filename, enum cf_en cf_idx, time_t *start,