src/rrd_format.c: Implemented "cf_to_string".
authorFlorian Forster <octo@noris.net>
Wed, 24 Feb 2010 15:53:06 +0000 (16:53 +0100)
committerFlorian Forster <octo@noris.net>
Wed, 24 Feb 2010 16:54:45 +0000 (17:54 +0100)
commit95a53933a4de0cc3891effcba4949045f4a38fd5
tree6f79ae6132d7e22d0866714c5f8c5beee1f85256
parent5098867bebb81ae400406fe750c2c7a536538ac7
src/rrd_format.c: Implemented "cf_to_string".

A simple helper function to turn an "enum cf_en" to a string. The returned
pointer points to static memory and doesn't need to be freed.
src/rrd_format.c
src/rrd_tool.h