X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fjson.h;h=e40387317c81729309d20c822efbf3faaab201ab;hb=7efed25c2ed807d32001e749f87f2eb300548c22;hp=aab0159726a15b1999be28e5fcdbf838d3a99f32;hpb=0c46d2e66bdeea1600e700124a81a5d0a65d349e;p=yaz-moved-to-github.git diff --git a/include/yaz/json.h b/include/yaz/json.h index aab0159..e403873 100644 --- a/include/yaz/json.h +++ b/include/yaz/json.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2013 Index Data. + * Copyright (C) Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -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