X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fjson.h;h=e3a97625b4958366b1d58084fa67d31155a702d6;hp=4cefba37f8f56064f6eb32230f85bd867c7b40eb;hb=88d3bedf772316f87e1996f655ccf8d1e2589755;hpb=bf4af27e54345e280223257161448ace0f0b1d67 diff --git a/include/yaz/json.h b/include/yaz/json.h index 4cefba3..e3a9762 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-2009 Index Data. + * Copyright (C) 1995-2010 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: @@ -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);