updated win32 and netware Makefiles -- Guenter Knauf
[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)