X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-ext.h;h=7c5a06fa59e314679e3e31bb5102ec51f6390d1a;hb=11fc1fa1b5e4b75942018efe466dbfdb41454077;hp=a04b2e3a1d69f810f5db76f1ea927f7882328609;hpb=e02b5659eaac4f86f7bf97779a5f0dcf9f6bf86a;p=yaz-moved-to-github.git diff --git a/include/prt-ext.h b/include/prt-ext.h index a04b2e3..7c5a06f 100644 --- a/include/prt-ext.h +++ b/include/prt-ext.h @@ -42,8 +42,12 @@ struct Z_External Z_External_arbitrary, /* Specific types */ - Z_External_SUTRS, - Z_External_explainRecord + Z_External_sutrs, + Z_External_explainRecord, + Z_External_resourceReport1, + Z_External_resourceReport2, + Z_External_promptObject1, + Z_External_grs1 } which; union { @@ -55,6 +59,10 @@ struct Z_External /* Specific types */ Z_SUTRS *sutrs; Z_ExplainRecord *explainRecord; + Z_ResourceReport1 *resourceReport1; + Z_ResourceReport2 *resourceReport2; + Z_PromptObject1 *promptObject1; + Z_GenericRecord *grs1; } u; };