Modified rrd_graph
[rrdtool.git] / src / rrd_tool.h
index 789f072..426cef8 100644 (file)
@@ -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 <gd.h>
-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
-
-