X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fprt-ext.h;fp=include%2Fyaz%2Fprt-ext.h;h=be28a40393a04d53995ceeb38d34ad8cc73d6e4d;hp=e4b2f3faa234edaf4b4d584d0fe1f7e2453d5812;hb=8bb4b0631ee0f06de1cf065541bbf9537c04d726;hpb=124d3ef158982998fec69c091a35702223ab4616 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; };