rrd_first code contributed by Burton Strauss <Burton@ntopSupport.com>
[rrdtool.git] / bindings / perl-shared / RRDs.xs
index 558bdc0..b97872e 100644 (file)
@@ -132,6 +132,17 @@ rrd_last(...)
       OUTPUT:
             RETVAL
 
+int
+rrd_last(...)
+      PROTOTYPE: @
+      PREINIT:
+      int i;
+      char **argv;
+      CODE:
+              rrdcode(rrd_first);
+      OUTPUT:
+            RETVAL
+
 
 int
 rrd_create(...)