the rrd_graph_check_vname function is not used anywhere in the code ...
[rrdtool.git] / src / rrd_format.c
index 0fd043a..ecd0c60 100644 (file)
@@ -65,7 +65,7 @@ enum dst_en dst_conv(char *string)
 }
 
 
-enum cf_en cf_conv(char *string)
+enum cf_en cf_conv(const char *string)
 {
 
     converter(AVERAGE,CF_AVERAGE)