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=1ed0de369cf1a2fd34ebdf1f7ad674a73753a0ac;hp=b3393ac21889910508e7e1f35adcf78fb1c24361;hb=15e7414994200ceccc20195f084a574f9b30ad1f;hpb=df84e4897abc4565fe11adead30b99d9634b41b1 diff --git a/include/yaz/prt-ext.h b/include/yaz/prt-ext.h index b3393ac..1ed0de3 100644 --- a/include/yaz/prt-ext.h +++ b/include/yaz/prt-ext.h @@ -97,6 +97,7 @@ struct Z_External #define Z_External_periodicQuerySchedule 31 #define Z_External_exportSpecification 32 #define Z_External_exportInvocation 33 +#define Z_External_userFacets 34 union { /* Generic types */ @@ -142,6 +143,7 @@ struct Z_External Z_PQSPeriodicQuerySchedule *periodicQuerySchedule; Z_ESExportSpecification *exportSpecification; Z_EIExportInvocation *exportInvocation; + Z_FacetList *facetList; } u; };