oops missed to update the in memory output interface here
[rrdtool.git] / src / rrd.h
index 1b79af3..1a83746 100644 (file)
--- a/src/rrd.h
+++ b/src/rrd.h
@@ -87,6 +87,17 @@ extern    "C" {
     FILE *,
     double *,
     double *);
+
+    unsigned char *rrd_graph_in_memory(
+    int argc,
+    char **argv,
+    char ***prdata,
+    int *xsize,
+    int *ysize,
+    double *ymin,
+    double *ymax,
+    size_t * img_size);
+
     int       rrd_fetch(
     int,
     char **,
@@ -152,7 +163,7 @@ extern    "C" {
     unsigned long *step,
     unsigned long *ds_cnt,
     char ***ds_namv,
-    rrd_value_t ** data);
+    rrd_value_t **data);
     int       rrd_dump_r(
     const char *filename,
     char *outname);