X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=program%2Fsrc%2Frrd.h;h=902f72ad598f993e47e5e773811341aa1635c5ba;hb=90379ba93cec161967362381abdc7e02820d7bb9;hp=b09e316d3ce502e945fe278c68553ee54e7a8e6e;hpb=208dd0860be76ad532bb6a9353864d64edb0fca4;p=rrdtool-all.git diff --git a/program/src/rrd.h b/program/src/rrd.h index b09e316d..902f72ad 100644 --- a/program/src/rrd.h +++ b/program/src/rrd.h @@ -5,6 +5,9 @@ ***************************************************************************** * $Id$ * $Log$ + * Revision 1.7 2003/11/12 22:14:26 oetiker + * allow to pass an open filehandle into rrd_graph as an extra argument + * * Revision 1.6 2003/11/11 19:46:21 oetiker * replaced time_value with rrd_time_value as MacOS X introduced a struct of that name in their standard headers * @@ -53,7 +56,7 @@ typedef double rrd_value_t; /* the data storage type is /* main function blocks */ int rrd_create(int, char **); int rrd_update(int, char **); -int rrd_graph(int, char **, char ***, int *, int *); +int rrd_graph(int, char **, char ***, int *, int *, FILE *); int rrd_fetch(int, char **, time_t *, time_t *, unsigned long *, unsigned long *, char ***, rrd_value_t **); int rrd_restore(int, char **);