ext/yaji/yajl_parser.h in yaji-0.1.1 vs ext/yaji/yajl_parser.h in yaji-0.1.2

- old
+ new

@@ -68,13 +68,15 @@ yajl_bytestack stateStack; /* memory allocation routines */ yajl_alloc_funcs alloc; }; +YAJL_API yajl_status yajl_do_parse(yajl_handle handle, const unsigned char * jsonText, unsigned int jsonTextLen); +YAJL_API unsigned char * yajl_render_error_string(yajl_handle hand, const unsigned char * jsonText, unsigned int jsonTextLen, int verbose);