ext/json_ext/json_ext.h in fjson-0.1.0 vs ext/json_ext/json_ext.h in fjson-0.1.1

- old
+ new

@@ -5,5 +5,7 @@ static VALUE _convert_utf_8_string_part(VALUE, VALUE, long, long); static long _convert_utf8_char(VALUE, long, VALUE, VALUE); static VALUE utf8_to_json(VALUE, VALUE); static void _begin_setup_iconv(); void Init_json_ext(); + +VALUE rb_cJSON;