Handle surrogate diagnostics for SRU
[yaz-moved-to-github.git] / src / zoom-p.h
index 28a3de3..87b5fb6 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: zoom-p.h,v 1.23 2007-09-08 06:17:45 adam Exp $
+ * $Id: zoom-p.h,v 1.24 2007-09-09 05:54:45 adam Exp $
  */
 /**
  * \file zoom-p.h
@@ -130,6 +130,8 @@ struct ZOOM_record_p {
     WRBUF wrbuf_opac;
     Z_NamePlusRecord *npr;
     const char *schema;
+    Z_SRW_diagnostic *diag;
+    const char *diagset;
 };
 
 struct ZOOM_record_cache_p {