Added facet to external definition
authorDennis Schafroth <dennis@indexdata.com>
Tue, 13 Jul 2010 20:24:26 +0000 (22:24 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Tue, 13 Jul 2010 20:24:26 +0000 (22:24 +0200)
include/yaz/prt-ext.h

index b3393ac..1ed0de3 100644 (file)
@@ -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;
 };