ext/Row.h in rubyfb-0.6.2 vs ext/Row.h in rubyfb-0.6.3
- old
+ new
@@ -46,9 +46,8 @@
ColumnHandle *columns;
} RowHandle;
/* Function prototypes. */
void Init_Row(VALUE);
-void freeRow(void *);
VALUE rb_row_new(VALUE, VALUE, VALUE);
#endif // FIRERUBY_ROW_H