X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-grs.h;h=fa409966fb2d6c621ae6bc390896a3a11badd4e8;hb=4e664c278636002a3a0c7897d233a258ac1ec18d;hp=97a2b030e1625755382c72a4b462233c48c690f6;hpb=11ef03208ae620bdba76aa18c924e83b1d433368;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 }