Support for COMPUTE data sources (CDEF data sources). Removes the RPN
[rrdtool.git] / src / rrd_tool.h
index 789f072..40e5480 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" {
@@ -155,9 +149,6 @@ double rrd_diff(char *a, char *b);
 
 #endif
 
-
 #ifdef  __cplusplus
 }
 #endif
-
-