X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-grs.h;fp=include%2Fprt-grs.h;h=fa409966fb2d6c621ae6bc390896a3a11badd4e8;hb=e147ddf129696b470aed3cfcdb405af84ee56ef6;hp=97a2b030e1625755382c72a4b462233c48c690f6;hpb=bf7ee634e855d15e955d06e7b225d2045abd518a;p=yaz-moved-to-github.git diff --git a/include/prt-grs.h b/include/prt-grs.h index 97a2b03..fa40996 100644 --- a/include/prt-grs.h +++ b/include/prt-grs.h @@ -174,8 +174,10 @@ struct Z_GenericRecord Z_TaggedElement **elements; }; -YAZ_EXPORT int z_GenericRecord(ODR o, Z_GenericRecord **p, int opt); -YAZ_EXPORT int z_Variant(ODR o, Z_Variant **p, int opt); +YAZ_EXPORT int z_GenericRecord(ODR o, Z_GenericRecord **p, int opt, + const char *name); +YAZ_EXPORT int z_Variant(ODR o, Z_Variant **p, int opt, + const char *name); #ifdef __cplusplus }