This 2-patch series exposes 'flush' methods to the various language
[rrdtool.git] / bindings / perl-shared / RRDs.xs
index 25d44a5..3cf1d24 100644 (file)
@@ -444,3 +444,13 @@ rrd_restore(...)
        OUTPUT:
                RETVAL
 
+int
+rrd_flush(...)
+       PROTOTYPE: @
+       PREINIT:
+       int i;
+       char **argv;
+       CODE:
+               rrdcode(rrd_cmd_flush);
+       OUTPUT:
+               RETVAL