X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fsrw.h;h=b8bfae2474680df6df1331ea89a554d9881450f4;hp=e7b92ffbfd58d7e934b6b7ad9d3ab89f03b8bc22;hb=05ee6a02d78ff422ddb63bb4ebbc2f5988d9a121;hpb=869d0e8acb79984b9191576c566cb7753f653ea8 diff --git a/include/yaz/srw.h b/include/yaz/srw.h index e7b92ff..b8bfae2 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-2011 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,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 {