From fd7f5dce3b2ed1cf3556cfd5a7ae2126a950b1b6 Mon Sep 17 00:00:00 2001 From: oetiker Date: Fri, 15 Jun 2007 06:43:36 +0000 Subject: [PATCH] oops missed to update the in memory output interface here git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1124 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/src/rrd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/program/src/rrd.h b/program/src/rrd.h index 0403a266..1a837461 100644 --- a/program/src/rrd.h +++ b/program/src/rrd.h @@ -91,6 +91,7 @@ extern "C" { unsigned char *rrd_graph_in_memory( int argc, char **argv, + char ***prdata, int *xsize, int *ysize, double *ymin, -- 2.30.2