Add wrbuf_iconv_json_{write,puts}
[yaz-moved-to-github.git] / include / yaz / json.h
index aab0159..8a4272f 100644 (file)
@@ -194,13 +194,6 @@ void json_write_wrbuf(struct json_node *node, WRBUF result);
 YAZ_EXPORT
 void json_write_wrbuf_pretty(struct json_node *node, WRBUF result);
 
-/** \brief writes JSON text to WRBUF with escaping
-    \param b result
-    \param str input string to be encoded
-*/
-YAZ_EXPORT
-void wrbuf_json_puts(WRBUF b, const char *str);
-
 YAZ_END_CDECL
 
 #endif