ext/interpolator.h in ruby-vips-0.2.1 vs ext/interpolator.h in ruby-vips-0.3.0
- old
+ new
@@ -1,6 +1,7 @@
#ifndef RUBY_VIPS_INTERPOLATOR_H
#define RUBY_VIPS_INTERPOLATOR_H
VipsInterpolate* interp_lookup(VALUE);
+void init_Interpolator(void);
#endif