Code

added --alt-autoscale-min (see --alt-autoscale-max) -- Helge Oldach
[rrdtool.git] / src / rrd_format.c
index c755ab914362095283b22c9fc6e84e2edfc30b9b..ecd0c60d7537b5f880e54613203b66bba732dd26 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * RRDtool 1.2.5  Copyright by Tobi Oetiker, 1997-2005
+ * RRDtool 1.2.19  Copyright by Tobi Oetiker, 1997-2007
  *****************************************************************************
  * rrd_format.c  RRD Database Format helper functions
  *****************************************************************************
@@ -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)