X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_format.c;h=724f80d9dbaddc3db069e5a6a840407bc525f27b;hp=8370e904d24308a604a46d90cfeca064c1d7897d;hb=7f4dd5f9c0f20e4d6690685641a9cd8ea621da51;hpb=a9e69acbc184063dcc0eda6a250ee1b7ae1cbb47 diff --git a/src/rrd_format.c b/src/rrd_format.c index 8370e90..724f80d 100644 --- a/src/rrd_format.c +++ b/src/rrd_format.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.13 Copyright by Tobi Oetiker, 1997-2006 + * RRDtool 1.2.20 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)