From c3603459af001cb368a9906313b63fdc90fefaa3 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Thu, 26 Aug 2010 12:08:56 +0200 Subject: [PATCH] Add FacetList to SRW request/response. Change in public API. --- include/yaz/srw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/yaz/srw.h b/include/yaz/srw.h index e7b92ff..bd0c782 100644 --- 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 { -- 1.7.10.4