X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fsrw.h;fp=include%2Fyaz%2Fsrw.h;h=e7b92ffbfd58d7e934b6b7ad9d3ab89f03b8bc22;hp=7c2e5758ffe5ad5bf7f0369703d857fcbc1bbbce;hb=869d0e8acb79984b9191576c566cb7753f653ea8;hpb=2b33c56ec97fff11e300f441c88a61e04a176f68 diff --git a/include/yaz/srw.h b/include/yaz/srw.h index 7c2e575..e7b92ff 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 *facet_list; } 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 *facet_list; } Z_SRW_searchRetrieveResponse; typedef struct {