projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df84e48
)
Added facet to external definition
author
Dennis Schafroth
<dennis@indexdata.com>
Tue, 13 Jul 2010 20:24:26 +0000
(22:24 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Tue, 13 Jul 2010 20:24:26 +0000
(22:24 +0200)
include/yaz/prt-ext.h
patch
|
blob
|
history
diff --git
a/include/yaz/prt-ext.h
b/include/yaz/prt-ext.h
index
b3393ac
..
1ed0de3
100644
(file)
--- 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;
};