Add FacetList to SRW request/response. Change in public API.
[yaz-moved-to-github.git] / include / yaz / srw.h
index e7b92ff..bd0c782 100644 (file)
@@ -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 {