fd22753
Common subdirectories: RubyRRDtool-0.6.0.orig/examples and RubyRRDtool-0.6.0/examples
fd22753
diff -u RubyRRDtool-0.6.0.orig/rubyrrdtool.c RubyRRDtool-0.6.0/rubyrrdtool.c
fd22753
--- RubyRRDtool-0.6.0.orig/rubyrrdtool.c	2006-10-18 23:44:10.000000000 +0200
fd22753
+++ RubyRRDtool-0.6.0/rubyrrdtool.c	2008-07-28 18:38:58.000000000 +0200
fd22753
@@ -22,7 +22,6 @@
fd22753
 #include <math.h>   /* for isnan */
fd22753
 #include <ruby.h>
fd22753
 #include <rrd.h>
fd22753
-#include "rrd_addition.h"
fd22753
 
fd22753
 /* printf debugging */
fd22753
 #define  R_RRD_DEBUG_OFF 0  /* no debugging   */
fd22753
@@ -994,7 +993,7 @@
fd22753
 {
fd22753
     VALUE   rrd;        /* rrd database filename */
fd22753
     VALUE   rval;       /* our result */
fd22753
-    info_t *data, *p;   /* this is what rrd_info()returns */
fd22753
+    rrd_info_t *data, *p;   /* this is what rrd_info()returns */
fd22753
 
fd22753
     reset_rrd_state();
fd22753
     
fd22753
Common subdirectories: RubyRRDtool-0.6.0.orig/test and RubyRRDtool-0.6.0/test