Implement yaz_opac_decode_wrbuf2
[yaz-moved-to-github.git] / include / yaz / srw.h
index e7b92ff..b8bfae2 100644 (file)
@@ -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 {