src/rrd_flush.c: Add the `flush' command to the `rrdtool' application.
[rrdtool.git] / src / rrd.h
index f621e35..e351525 100644 (file)
--- a/src/rrd.h
+++ b/src/rrd.h
@@ -192,6 +192,7 @@ extern    "C" {
     unsigned long *,
     char ***,
     rrd_value_t **);
+    int       rrd_cmd_flush (int argc, char **argv);
 
     void      rrd_freemem(
     void *mem);