X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-esp.h;h=5608213446203e741538b23531ba56c487337c02;hb=0d9eca26da6a9369bb00efd75a9472380526f547;hp=7e2ad5300f476a4bcf4ce29bf2ffce34fd9b8644;hpb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;p=yaz-moved-to-github.git diff --git a/include/prt-esp.h b/include/prt-esp.h index 7e2ad53..5608213 100644 --- a/include/prt-esp.h +++ b/include/prt-esp.h @@ -56,6 +56,7 @@ typedef struct Z_Occurrences typedef struct Z_SpecificTag { + Odr_oid *schemaId; /* OPTIONAL */ int *tagType; /* OPTIONAL */ Z_StringOrNumeric *tagValue; Z_Occurrences *occurrences; /* OPTIONAL */ @@ -136,7 +137,7 @@ typedef struct Z_Espec1 Z_ElementRequest **elements; /* OPTIONAL */ } Z_Espec1; -int z_Espec1(ODR o, Z_Espec1 **p, int opt); +YAZ_EXPORT int z_Espec1(ODR o, Z_Espec1 **p, int opt); #ifdef __cplusplus }