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:
d082d06
)
Add FacetList to SRW request/response. Change in public API.
author
Dennis Schafroth
<dennis@indexdata.com>
Thu, 26 Aug 2010 10:08:56 +0000
(12:08 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Thu, 26 Aug 2010 10:08:56 +0000
(12:08 +0200)
include/yaz/srw.h
patch
|
blob
|
history
diff --git
a/include/yaz/srw.h
b/include/yaz/srw.h
index
e7b92ff
..
bd0c782
100644
(file)
--- a/
include/yaz/srw.h
+++ b/
include/yaz/srw.h
@@
-93,7
+93,7
@@
typedef struct {
char *database;
char *stylesheet;
Odr_int *resultSetTTL;
- Z_FacetList *facet_list;
+ Z_FacetList *facetList;
} Z_SRW_searchRetrieveRequest;
typedef struct {
@@
-109,7
+109,7
@@
typedef struct {
Odr_int *nextRecordPosition;
Z_SRW_extra_record **extra_records; /* of size num_records */
- Z_FacetList *facet_list;
+ Z_FacetList *facetList;
} Z_SRW_searchRetrieveResponse;
typedef struct {