summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b58b994)
raw | patch | inline | side by side (parent: b58b994)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 17 Aug 2009 21:34:57 +0000 (21:34 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 17 Aug 2009 21:34:57 +0000 (21:34 +0000) |
program/src/rrd_dump.c | patch | blob | history | |
program/src/rrd_tune.c | patch | blob | history |
diff --git a/program/src/rrd_dump.c b/program/src/rrd_dump.c
index a206230a1b6a5fdda28eacae4f63ed8bb1d50e6c..57bd0b8d278f431b78bcbfabc7f122aff84e095e 100644 (file)
--- a/program/src/rrd_dump.c
+++ b/program/src/rrd_dump.c
size_t len,
void *user);
+int rrd_dump_opt_r(
+ const char *filename,
+ char *outname,
+ int opt_noheader);
int rrd_dump_cb_r(
const char *filename,
diff --git a/program/src/rrd_tune.c b/program/src/rrd_tune.c
index fe2e4796cd5c0459ee1a15a7bb2bf6abf2bbfe9e..66a3e58183307309a999594de171c16213c64612 100644 (file)
--- a/program/src/rrd_tune.c
+++ b/program/src/rrd_tune.c
enum rra_par_en,
char *arg);
+int set_hwsmootharg(
+ rrd_t *rrd,
+ enum cf_en cf,
+ enum rra_par_en rra_par,
+ char *arg);
+
int rrd_tune(
int argc,
char **argv)