X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fsrw.h;h=cf08af4c9190172beb021e8535a52d7f076b78e7;hb=46ef949fc6e8c975ebb5bd6ed1a4f745b2d24aae;hp=e7b92ffbfd58d7e934b6b7ad9d3ab89f03b8bc22;hpb=869d0e8acb79984b9191576c566cb7753f653ea8;p=yaz-moved-to-github.git diff --git a/include/yaz/srw.h b/include/yaz/srw.h index e7b92ff..cf08af4 100644 --- a/include/yaz/srw.h +++ b/include/yaz/srw.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data. + * Copyright (C) 1995-2012 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -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,8 @@ typedef struct { Odr_int *nextRecordPosition; Z_SRW_extra_record **extra_records; /* of size num_records */ - Z_FacetList *facet_list; + Z_FacetList *facetList; + char *suggestions; } Z_SRW_searchRetrieveResponse; typedef struct {