X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt-grs.h;h=808ceaef6729541da0d4a4cbd29332be4e560d1c;hp=f65eccc7fb47230a5699f089ef549257a8d8ae6f;hb=a807bde38544a7aa45dd2988e504a1acb3fd30c0;hpb=bf4149c63ad2e11429e302a89f472de52b4d7ce8 diff --git a/include/prt-grs.h b/include/prt-grs.h index f65eccc..808ceae 100644 --- a/include/prt-grs.h +++ b/include/prt-grs.h @@ -174,8 +174,8 @@ struct Z_GenericRecord Z_TaggedElement **elements; }; -int z_GenericRecord(ODR o, Z_GenericRecord **p, int opt); -int z_Variant(ODR o, Z_Variant **p, int opt); +YAZ_EXPORT int z_GenericRecord(ODR o, Z_GenericRecord **p, int opt); +YAZ_EXPORT int z_Variant(ODR o, Z_Variant **p, int opt); #ifdef __cplusplus }