From 15e7414994200ceccc20195f084a574f9b30ad1f Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Tue, 13 Jul 2010 22:24:26 +0200 Subject: [PATCH] Added facet to external definition --- include/yaz/prt-ext.h | 2 ++ 1 file changed, 2 insertions(+) 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; }; -- 1.7.10.4