Add tests for yaz_uri_to_array and yaz_array_to_uri
[yaz-moved-to-github.git] / include / yaz / srw.h
index bd0c782..48a96d7 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:
@@ -110,6 +110,7 @@ typedef struct {
 
     Z_SRW_extra_record **extra_records;  /* of size num_records */
     Z_FacetList *facetList;
+    char *suggestions;
 } Z_SRW_searchRetrieveResponse;
 
 typedef struct {