X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fjson.h;fp=include%2Fyaz%2Fjson.h;h=8a4272f70eb47fd3c71a13b71c4db7cbddbbf695;hp=d3974aedcb6842850d85a45d4d5c323428ee0118;hb=574ae68dc570706b4468b29e82681efe15bc7180;hpb=bbfac2e92dee794029b7a2ee6c843c9b99e22cc3 diff --git a/include/yaz/json.h b/include/yaz/json.h index d3974ae..8a4272f 100644 --- a/include/yaz/json.h +++ b/include/yaz/json.h @@ -194,21 +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); - -/** \brief writes JSON text to WRBUF with escaping - \param b result - \param cp char buffer - \param sz size of char buffer -*/ -YAZ_EXPORT -void wrbuf_json_write(WRBUF b, const char *cp, size_t sz); - YAZ_END_CDECL #endif