From: Dennis Schafroth Date: Tue, 13 Jul 2010 20:24:26 +0000 (+0200) Subject: Added facet to external definition X-Git-Tag: v4.0.12~67 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=15e7414994200ceccc20195f084a574f9b30ad1f;hp=df84e4897abc4565fe11adead30b99d9634b41b1 Added facet to external definition --- 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; };