X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_tool.h;h=5ba481bd1d7c6ea2508382192eb6b0a173c53ad7;hp=789f072cd46bb38da31df48648776850498f629c;hb=0fe03275068c0e55d01a7cc2308fa12fdee569cf;hpb=5837606887a6d81e8b1f7588525cb1c8783fb62b diff --git a/src/rrd_tool.h b/src/rrd_tool.h index 789f072..5ba481b 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" { @@ -18,7 +12,7 @@ extern "C" { #define _RRD_TOOL_H #ifdef WIN32 -# include "ntconfig.h" +#include "../confignt/config.h" #else #ifdef HAVE_CONFIG_H #include @@ -124,12 +118,8 @@ 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 PngSize(FILE *, long *, long *); int rrd_create_fn(char *file_name, rrd_t *rrd); int rrd_fetch_fn(char *filename, enum cf_en cf_idx, @@ -155,9 +145,6 @@ double rrd_diff(char *a, char *b); #endif - #ifdef __cplusplus } #endif - -