ext/yajl/yajl_encode.h in yajl-ruby-0.7.9 vs ext/yajl/yajl_encode.h in yajl-ruby-0.8.0
- old
+ new
@@ -37,13 +37,15 @@
#include "api/yajl_gen.h"
void yajl_string_encode2(const yajl_print_t printer,
void * ctx,
const unsigned char * str,
- unsigned int length);
+ unsigned int length,
+ unsigned int htmlSafe);
void yajl_string_encode(yajl_buf buf, const unsigned char * str,
- unsigned int length);
+ unsigned int length,
+ unsigned int htmlSafe);
void yajl_string_decode(yajl_buf buf, const unsigned char * str,
unsigned int length);
#endif