summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 158a0b0)
raw | patch | inline | side by side (parent: 158a0b0)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 6 May 2006 13:28:57 +0000 (13:28 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 6 May 2006 13:28:57 +0000 (13:28 +0000) |
program/src/rrd.h | patch | blob | history | |
program/src/rrd_dump.c | patch | blob | history |
diff --git a/program/src/rrd.h b/program/src/rrd.h
index 877243246975824e440ded37f6c39fcbcf2470ec..ab97fdd912679185f7930c6fb6acfb629fa43251 100644 (file)
--- a/program/src/rrd.h
+++ b/program/src/rrd.h
specifications get used!!! */
int rrd_update_r(char *filename, char *_template,
int argc, char **argv);
-int rrd_dump_r(char *filename, char *outname);
+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);
diff --git a/program/src/rrd_dump.c b/program/src/rrd_dump.c
index 2bac7ffb4b3cd1a8eafc893afc0949bf59bb9198..9968f2bf6a9fe5afca23f743cbbaa563735e6b21 100644 (file)
--- a/program/src/rrd_dump.c
+++ b/program/src/rrd_dump.c
}
int
-rrd_dump_r(char *filename, char *outname)
+rrd_dump_r(const char *filename, char *outname)
{
unsigned int i,ii,ix,iii=0;
time_t now;