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=46ed30d0d83dd1b21e58a4db365a60aefaa5aad8;hpb=6438b1afb3455d2b0aba71e90c873e3b8a6d5e54 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 }