Function ZOOM_record_get allows type_spec=schema in which case schema
[yaz-moved-to-github.git] / src / zoom-p.h
index 174d952..28a3de3 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.21 2007-08-16 10:09:36 adam Exp $
+ * $Id: zoom-p.h,v 1.23 2007-09-08 06:17:45 adam Exp $
  */
 /**
  * \file zoom-p.h
@@ -63,6 +63,7 @@ struct ZOOM_connection_p {
     char *cookie_out;
     char *cookie_in;
     char *client_IP;
+    char *sru_version;
 
     char *user;
     char *group;
@@ -128,6 +129,7 @@ struct ZOOM_record_p {
     WRBUF wrbuf_iconv;
     WRBUF wrbuf_opac;
     Z_NamePlusRecord *npr;
+    const char *schema;
 };
 
 struct ZOOM_record_cache_p {