X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_tool.h;h=7d8368a6a45ebdbba57be8eca32ad109aa97c3d2;hb=2e8928599355e8fde32ff9361db58baeae7e06ea;hp=86c4aa8ce22271053c3afcef5f0c297e8851c318;hpb=8f9c2c2b3c3f8a65e24dd9d8d612eafe48ccfb2e;p=rrdtool.git diff --git a/src/rrd_tool.h b/src/rrd_tool.h index 86c4aa8..7d8368a 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 *****************************************************************************/ @@ -122,6 +122,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