X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fprt-ext.h;h=be28a40393a04d53995ceeb38d34ad8cc73d6e4d;hb=8b7d8579cda1772ab488813e3e639c6709948db1;hp=e4b2f3faa234edaf4b4d584d0fe1f7e2453d5812;hpb=8356ea58313ee1f350226172cf99bfb0b7c5583c;p=yaz-moved-to-github.git diff --git a/include/yaz/prt-ext.h b/include/yaz/prt-ext.h index e4b2f3f..be28a40 100644 --- a/include/yaz/prt-ext.h +++ b/include/yaz/prt-ext.h @@ -92,6 +92,11 @@ struct Z_External #define Z_External_multisrch2 26 #define Z_External_CQL 27 #define Z_External_OCLCUserInfo 28 +#define Z_External_persistentResultSet 29 +#define Z_External_persistentQuery 30 +#define Z_External_periodicQuerySchedule 31 +#define Z_External_exportSpecification 32 +#define Z_External_exportInvocation 33 union { /* Generic types */ @@ -131,6 +136,12 @@ struct Z_External Z_MultipleSearchTerms_2 *multipleSearchTerms_2; Z_InternationalString *cql; Z_OCLC_UserInformation *oclc; + Z_PRPersistentResultSet *persistentResultSet; + + Z_PQueryPersistentQuery *persistentQuery; + Z_PQSPeriodicQuerySchedule *periodicQuerySchedule; + Z_ESExportSpecification *exportSpecification; + Z_EIExportInvocation *exportInvocation; } u; };