X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-grs.h;fp=include%2Fprt-grs.h;h=f65eccc7fb47230a5699f089ef549257a8d8ae6f;hb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;hp=7983a63faaf503f97b86e3f4126f181ffb764f2b;hpb=73664b466cb0c5e9478b4af7c5d4ebed1f2db49e;p=yaz-moved-to-github.git diff --git a/include/prt-grs.h b/include/prt-grs.h index 7983a63..f65eccc 100644 --- a/include/prt-grs.h +++ b/include/prt-grs.h @@ -30,6 +30,10 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + struct Z_GenericRecord; typedef struct Z_GenericRecord Z_GenericRecord; @@ -94,7 +98,7 @@ typedef struct Z_HitVector typedef struct Z_Triple { Odr_oid *variantSetId; /* OPTIONAL */ - int *class; + int *zclass; int *type; int which; #define Z_Triple_integer 0 @@ -173,4 +177,8 @@ struct Z_GenericRecord int z_GenericRecord(ODR o, Z_GenericRecord **p, int opt); int z_Variant(ODR o, Z_Variant **p, int opt); +#ifdef __cplusplus +} +#endif + #endif