X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_last.c;h=d5af9ef27a26853b6b24363851b658f2fdc40d9e;hb=f13669765d13249fd4fe597a1d410ca86878e1b8;hp=ad8075e8e90139b80a1cac46e8d5df8c304593bd;hpb=0c87c2676bb826f8defb40d7d45e771ecd40550c;p=rrdtool.git diff --git a/src/rrd_last.c b/src/rrd_last.c index ad8075e..d5af9ef 100644 --- a/src/rrd_last.c +++ b/src/rrd_last.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.1.x Copyright Tobias Oetiker, 1997 - 2002 + * RRDtool 1.2.6 Copyright by Tobi Oetiker, 1997-2005 ***************************************************************************** * rrd_last.c ***************************************************************************** @@ -9,7 +9,7 @@ #include "rrd_tool.h" time_t -rrd_last(int argc, const char **argv) +rrd_last(int argc, char **argv) { if(argc < 2){ rrd_set_error("please specify an rrd");