ext/result.h in swift-0.13.0 vs ext/result.h in swift-0.14.0
- old
+ new
@@ -20,8 +20,8 @@
VALUE result_wrap_handle(VALUE, VALUE, dbi::AbstractResult *, bool free);
dbi::AbstractResult* result_handle(VALUE);
VALUE result_each(VALUE);
-VALUE typecast_field(int, const char*, uint64_t, const char*);
+VALUE typecast_field(int, const char*, uint64_t);
#endif