X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd.h;h=8f4669204b15d826a6ed67c22eebdc671c7bcb95;hb=169e55d4e90a5bb35ca1b638fe4ece2d0a12e48f;hp=c06a265e2731cca95ecc00c8e2277c730bdec0ba;hpb=3da4b2ed847b15a7720c8e12bc13b307733f5ae4;p=rrdtool.git diff --git a/src/rrd.h b/src/rrd.h index c06a265..8f46692 100644 --- a/src/rrd.h +++ b/src/rrd.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.8 Copyright by Tobi Oetiker, 1997-2005 + * RRDtool 1.2.15 Copyright by Tobi Oetiker, 1997-2006 ***************************************************************************** * rrdlib.h Public header file for librrd ***************************************************************************** @@ -85,7 +85,7 @@ int rrd_create_r(char *filename, specifications get used!!! */ int rrd_update_r(char *filename, char *_template, int argc, char **argv); -int rrd_dump_r(char *filename); +int rrd_dump_r(const char *filename, char *outname); time_t rrd_last_r(const char *filename); time_t rrd_first_r(const char *filename, int rraindex);