X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_tool.h;h=426cef81be214f79b5f44c0110a0ed9560ed21f3;hb=fc04186840774d769fbc2ffcc683cdc1019c089b;hp=789f072cd46bb38da31df48648776850498f629c;hpb=5837606887a6d81e8b1f7588525cb1c8783fb62b;p=rrdtool.git diff --git a/src/rrd_tool.h b/src/rrd_tool.h index 789f072..426cef8 100644 --- a/src/rrd_tool.h +++ b/src/rrd_tool.h @@ -2,12 +2,6 @@ * RRDtool 1.0.33 Copyright Tobias Oetiker, 1997 - 2000 ***************************************************************************** * rrd_tool.h Common Header File - ***************************************************************************** - * $Id$ - * $Log$ - * Revision 1.1 2001/02/25 22:25:06 oetiker - * Initial revision - * *****************************************************************************/ #ifdef __cplusplus extern "C" { @@ -124,13 +118,11 @@ typedef struct info_t { info_t *rrd_info(int, char **); /* HELPER FUNCTIONS */ + int GifSize(FILE *, long *, long *); int PngSize(FILE *, long *, long *); int PngSize(FILE *, long *, long *); -#include -void gdImagePng(gdImagePtr im, FILE *out); - int rrd_create_fn(char *file_name, rrd_t *rrd); int rrd_fetch_fn(char *filename, enum cf_en cf_idx, time_t *start,time_t *end, @@ -155,9 +147,6 @@ double rrd_diff(char *a, char *b); #endif - #ifdef __cplusplus } #endif - -