X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-grs.h;h=97a2b030e1625755382c72a4b462233c48c690f6;hb=23cfa431fda52535722e4efdc3f462995937e863;hp=f65eccc7fb47230a5699f089ef549257a8d8ae6f;hpb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;p=yaz-moved-to-github.git diff --git a/include/prt-grs.h b/include/prt-grs.h index f65eccc..97a2b03 100644 --- a/include/prt-grs.h +++ b/include/prt-grs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, Index Data. + * Copyright (c) 1995-1998, Index Data. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -115,7 +115,7 @@ typedef struct Z_Triple char *internationalString; Odr_oct *octetString; Odr_oid *oid; - bool_t *boolean; + bool_t *zboolean; Odr_null *null; Z_Unit *unit; Z_IntUnit *valueAndUnit; @@ -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 }