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=4f42d92fdf4969b3cc5b81a669d745dd1a59402d;hp=4cefba37f8f56064f6eb32230f85bd867c7b40eb;hb=ea7a73ee213b9dc8316f064628a8540313097a62;hpb=ebd8274bfd15776ce3fec3ce41a835aedfa73f58 diff --git a/include/yaz/json.h b/include/yaz/json.h index 4cefba3..4f42d92 100644 --- a/include/yaz/json.h +++ b/include/yaz/json.h @@ -153,7 +153,7 @@ int json_append_array(struct json_node *dst, struct json_node *src); /** \brief configure subst rule \param p JSON parser \param idx (%id) - \param node node to be substituted for idx (%idx) + \param n node to be substituted for idx (%idx) */ YAZ_EXPORT void json_parser_subst(json_parser_t p, int idx, struct json_node *n);