X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_tool.h;h=de35e46df533a01f881c6cd82b8ce29ce013c191;hp=86c4aa8ce22271053c3afcef5f0c297e8851c318;hb=bb124879717bdb65640cd50ce99e3569cb0a9a3f;hpb=8f9c2c2b3c3f8a65e24dd9d8d612eafe48ccfb2e diff --git a/src/rrd_tool.h b/src/rrd_tool.h index 86c4aa8..de35e46 100644 --- a/src/rrd_tool.h +++ b/src/rrd_tool.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.4.2 Copyright by Tobi Oetiker, 1997-2009 + * RRDtool 1.4.3 Copyright by Tobi Oetiker, 1997-2010 ***************************************************************************** * rrd_tool.h Common Header File *****************************************************************************/ @@ -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, @@ -122,6 +123,8 @@ int rrd_fetch_fn_libdbi(const char *filename, enum cf_en cf_idx, char *a, char *b); + const char *cf_to_string (enum cf_en cf); + #endif /* _RRD_TOOL_H */ #ifdef __cplusplus