X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-esp.h;h=90b10977ec66a5a9543e2a98bce9b1041fba20c4;hb=a0bdc8bbd4d346939e7c24fd7e07b6d361d78643;hp=3459ffbcf679dbe5c3b0887b1dd665fefc4404dc;hpb=46ed30d0d83dd1b21e58a4db365a60aefaa5aad8;p=yaz-moved-to-github.git diff --git a/include/prt-esp.h b/include/prt-esp.h index 3459ffb..90b1097 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; -YAZ_EXPORT int z_Espec1(ODR o, Z_Espec1 **p, int opt); +YAZ_EXPORT int z_Espec1(ODR o, Z_Espec1 **p, int opt, const char *name); #ifdef __cplusplus }