X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fsrw.h;h=bd0c782c8118fba327cb9f95c020c3718ac1221b;hp=e7b92ffbfd58d7e934b6b7ad9d3ab89f03b8bc22;hb=c3603459af001cb368a9906313b63fdc90fefaa3;hpb=d082d063b2a6939de80d62150a1818d9ab1fe3a6 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 {