X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-grs.h;h=e6ad783bff911216d8f5ce85655ec237849318fd;hb=8d84b94601b2be119f2a2d511b268a6123e4aaf9;hp=75f83dd2e259c52fa8f5c97fe0fe5cc77b7ad825;hpb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;p=yaz-moved-to-github.git diff --git a/include/prt-grs.h b/include/prt-grs.h index 75f83dd..e6ad783 100644 --- a/include/prt-grs.h +++ b/include/prt-grs.h @@ -174,6 +174,7 @@ struct Z_GenericRecord Z_TaggedElement **elements; }; -int MDF z_GenericRecord(ODR o, Z_GenericRecord **p, int opt); +int z_GenericRecord(ODR o, Z_GenericRecord **p, int opt); +int z_Variant(ODR o, Z_Variant **p, int opt); #endif