X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fsrw.h;h=bd0c782c8118fba327cb9f95c020c3718ac1221b;hb=08fcb37b8bac4d5573b6afec27c3f3df4119781f;hp=7c2e5758ffe5ad5bf7f0369703d857fcbc1bbbce;hpb=45beb75c13c772c5dc305cb443208862f33061c7;p=yaz-moved-to-github.git diff --git a/include/yaz/srw.h b/include/yaz/srw.h index 7c2e575..bd0c782 100644 --- a/include/yaz/srw.h +++ b/include/yaz/srw.h @@ -37,6 +37,7 @@ #include #include #include +#include "facet.h" YAZ_BEGIN_CDECL @@ -92,6 +93,7 @@ typedef struct { char *database; char *stylesheet; Odr_int *resultSetTTL; + Z_FacetList *facetList; } Z_SRW_searchRetrieveRequest; typedef struct { @@ -107,6 +109,7 @@ typedef struct { Odr_int *nextRecordPosition; Z_SRW_extra_record **extra_records; /* of size num_records */ + Z_FacetList *facetList; } Z_SRW_searchRetrieveResponse; typedef struct {